mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-21 17:34:27 -05:00
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
[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
|