summaryrefslogtreecommitdiffstats
path: root/roles/common/files/lib/systemd/system/bacula-fd.service
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-06-03 21:13:10 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:54:20 +0200
commit00d6d904dc26592553ba93710c205603757e3faf (patch)
tree09ce9d1f3257da4303362317b04a596f4e0df741 /roles/common/files/lib/systemd/system/bacula-fd.service
parentab03c7c75d91667dbc30f9ce1f66fe343fb9f93b (diff)
Configure Bacula File Daemon / Storage Daemon / Director.
Using client-side data signing/encryption and wrapping inter-host communication into stunnel.
Diffstat (limited to 'roles/common/files/lib/systemd/system/bacula-fd.service')
-rw-r--r--roles/common/files/lib/systemd/system/bacula-fd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/common/files/lib/systemd/system/bacula-fd.service b/roles/common/files/lib/systemd/system/bacula-fd.service
new file mode 100644
index 0000000..6e2bbd4
--- /dev/null
+++ b/roles/common/files/lib/systemd/system/bacula-fd.service
@@ -0,0 +1,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