Initial commit
This commit is contained in:
17
config/supervisord.conf
Normal file
17
config/supervisord.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user