summaryrefslogtreecommitdiffstats
path: root/roles/common/files/lib/systemd/system/bacula-fd.service
blob: 6e2bbd43a40403c031c170b66577a4a6fbe9d4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Bacula File Daemon service
After=network.target

[Service]
Type=forking
PIDFile=/var/run/bacula/bacula-fd.9112.pid
StandardOutput=syslog
ExecStart=/usr/sbin/bacula-fd -c /etc/bacula/bacula-fd.conf

[Install]
WantedBy=multi-user.target