Blame SOURCES/bacula-dir.service

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