diff options
Diffstat (limited to 'wiki/templates')
-rw-r--r-- | wiki/templates/supervisord.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wiki/templates/supervisord.conf b/wiki/templates/supervisord.conf new file mode 100644 index 0000000..4df613a --- /dev/null +++ b/wiki/templates/supervisord.conf @@ -0,0 +1,5 @@ +[program:lighttpd] +command=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf + +[program:sshd] +command=/usr/sbin/sshd -D
\ No newline at end of file |