mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
13 lines
321 B
Text
13 lines
321 B
Text
# Defaults for duplicati initscript
|
|
# sourced by /etc/init.d/duplicati
|
|
# installed at /etc/default/duplicati 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=
|