18 lines
279 B
Plaintext
18 lines
279 B
Plaintext
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:sshd]
|
||
|
command=/usr/sbin/sshd -D
|
||
|
autorestart=true
|
||
|
priority=1
|
||
|
|
||
|
[program:redis]
|
||
|
command=sudo -u redis redis-server /etc/redis.conf
|
||
|
autorestart=true
|
||
|
priority=2
|
||
|
|
||
|
[program:gogs]
|
||
|
command=sudo -u git /app/gogs/gogs web
|
||
|
autorestart=true
|
||
|
priority=999
|