summarylogtreecommitdiffstats
path: root/bacula-fd.service
blob: 85978c6655f41f806a7ddbb64386be6af46e4ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# systemd service file for Bacula File Deaemon
#
# we do not take the service file provided by bacula package as it needs too
# much customization

[Unit]
Description=Bacula File Deaemon
Requires=network.target
After=network.target remote-fs.target syslog.target

[Service]
Type=forking
Restart=always
ExecStart=/usr/bin/bacula-fd -c /etc/bacula/bacula-fd.conf
IOSchedulingClass=idle
PIDFile=/run/bacula-fd.5213.pid

[Install]
WantedBy=multi-user.target