docker-backuppc/files/circus.ini
2018-09-12 11:27:58 +02:00

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