mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-29 12:00:25 +08:00
14 lines
421 B
Text
14 lines
421 B
Text
# Defaults for Duplicati Agent initscript
|
|
# sourced by /lib/systemd/system/duplicati-agent.service
|
|
# installed at /etc/sysconfig/duplicati-agent.default by the maintainer scripts
|
|
# copy to /etc/sysconfig/duplicati and edit if required
|
|
|
|
#
|
|
# 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=
|