mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-21 17:34:27 -05:00
Create supervisord.conf
This commit is contained in:
parent
e484faa73d
commit
a657298721
10
supervisord.conf
Normal file
10
supervisord.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:sshd]
|
||||
command=/usr/sbin/sshd -D
|
||||
autorestart=true
|
||||
|
||||
[program:mysql]
|
||||
command=/usr/bin/pidproxy /var/run/mysqld/mysqld.pid /usr/sbin/mysqld
|
||||
autorestart=true
|
||||
Loading…
Reference in New Issue
Block a user