mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
15 lines
416 B
INI
15 lines
416 B
INI
[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
|
|
stderr_stream.class = FancyStdoutStream |