mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-29 12:00:25 +08:00
14 lines
403 B
Text
14 lines
403 B
Text
# Defaults for duplicati initscript
|
|
# sourced by /lib/systemd/system/duplicati.service
|
|
# installed at /etc/sysconfig/duplicati.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=
|