You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
378 B
15 lines
378 B
[Unit]
|
|
Description=Bacula-FileDaemon, a Backup-client
|
|
Documentation=man:bacula-fd(8)
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
Environment=CONFIG=/etc/bacula/bacula-fd.conf
|
|
EnvironmentFile=-/etc/sysconfig/bacula-fd
|
|
ExecStart=/usr/sbin/bacula-fd -f $OPTS -c $CONFIG -u $FD_USER -g $FD_GROUP
|
|
IOSchedulingClass=idle
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|