Blame SOURCES/bacula-dir.service

6d394f
[Unit]
6d394f
Description=Bacula-Director, the Backup-server
6d394f
Documentation=man:bacula-dir(8)
6d394f
After=network.target nss-lookup.target
6d394f
6d394f
[Service]
6d394f
Environment=CONFIG=/etc/bacula/bacula-dir.conf
6d394f
EnvironmentFile=-/etc/sysconfig/bacula-dir
6d394f
ExecStart=/usr/sbin/bacula-dir -f $OPTS -c $CONFIG -u $DIR_USER -g $DIR_GROUP
6d394f
Restart=on-failure
6d394f
6d394f
[Install]
6d394f
WantedBy=multi-user.target