From 00d6d904dc26592553ba93710c205603757e3faf Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 3 Jun 2015 21:13:10 +0200 Subject: Configure Bacula File Daemon / Storage Daemon / Director. Using client-side data signing/encryption and wrapping inter-host communication into stunnel. --- roles/common/files/lib/systemd/system/bacula-fd.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roles/common/files/lib/systemd/system/bacula-fd.service (limited to 'roles/common/files') 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 -- cgit v1.2.3