wireguard-manager/docker/supervisor.conf

14 lines
No EOL
284 B
Text

[program:nftables]
command=nft -f /etc/nftables/nftables.conf
priority=5
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
stderr_logfile=/dev/fd/2
[program:manager]
command=node /app/master.mjs
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
stderr_logfile=/dev/fd/2