2018-09-12 11:25:50 +02:00
|
|
|
[circus]
|
|
|
|
endpoint = ipc:///var/circus/endpoint
|
|
|
|
pubsub_endpoint = ipc:///var/circus/pubsub
|
|
|
|
statsd = False
|
|
|
|
httpd = False
|
|
|
|
|
|
|
|
[watcher:lighttpd]
|
|
|
|
cmd = /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -D
|
|
|
|
stdout_stream.class = FancyStdoutStream
|
|
|
|
stderr_stream.class = FancyStdoutStream
|
|
|
|
|
|
|
|
[watcher:backuppc]
|
|
|
|
cmd = /usr/local/BackupPC/bin/BackupPC
|
|
|
|
stdout_stream.class = FancyStdoutStream
|
2018-09-12 14:37:59 +02:00
|
|
|
stderr_stream.class = FancyStdoutStream
|
|
|
|
uid = $(circus.env.backuppc_uuid)
|
|
|
|
gid = $(circus.env.backuppc_guid)
|
|
|
|
|
|
|
|
[env:lighttpd]
|
|
|
|
BACKUPPC_USERNAME = $BACKUPPC_USERNAME
|
|
|
|
BACKUPPC_GROUPNAME = $BACKUPPC_GROUPNAME
|