13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
loglevel=info
|
|
user=root
|
|
|
|
[program:ctdb]
|
|
command=/usr/sbin/ctdbd --interactive
|
|
priority=1
|
|
redirect_stderr=true
|
|
|
|
[program:cron]
|
|
command=/usr/sbin/cron -f
|
|
redirect_stderr=true |