10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:apache2]
|
||
|
command=/start-apache2
|
||
|
numprocs=1
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
|