18 lines
282 B
Plaintext
18 lines
282 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:gitea]
|
|
command=su-exec git /app/gitea/gitea web
|
|
autorestart=true
|
|
priority=999
|