docker-znc/daemons.conf

12 lines
174 B
Plaintext

[supervisord]
nodaemon=true
[program:sshd]
command=/usr/sbin/sshd -D
autorestart=true
[program:znc]
command=su -c "/usr/bin/znc --foreground --debug" znc
autorestart=true