mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
22 lines
581 B
INI
22 lines
581 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
|
|
uid = $(circus.env.backuppc_uuid)
|
|
gid = $(circus.env.backuppc_guid)
|
|
|
|
[env:lighttpd]
|
|
BACKUPPC_USERNAME = $BACKUPPC_USERNAME
|
|
BACKUPPC_GROUPNAME = $BACKUPPC_GROUPNAME
|