mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
13 lines
339 B
Text
13 lines
339 B
Text
# Defaults for Duplicati Agent initscript
|
|
# sourced by /etc/init.d/duplicati-agent
|
|
# installed at /etc/default/duplicati-agent by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
DAEMON_OPTS=""
|
|
|
|
# Supplemantary groups to inherit if not running as root
|
|
SUPPLIMENTARY_GROUPS=
|