From 2845af5f76ad3be9c0a1f69ab478ff5a08346a4c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 9 Dec 2018 18:12:39 +0100 Subject: bacula-*.service: Don't fork in the background. Inspired from /lib/systemd/system/bacula-fd.service. --- roles/common/files/etc/systemd/system/bacula-fd.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'roles/common/files/etc') diff --git a/roles/common/files/etc/systemd/system/bacula-fd.service b/roles/common/files/etc/systemd/system/bacula-fd.service index 68934f1..192ea1b 100644 --- a/roles/common/files/etc/systemd/system/bacula-fd.service +++ b/roles/common/files/etc/systemd/system/bacula-fd.service @@ -3,10 +3,9 @@ Description=Bacula File Daemon service After=network.target [Service] -Type=forking -PIDFile=/var/run/bacula/bacula-fd.9102.pid +Type=simple StandardOutput=syslog -ExecStart=/usr/sbin/bacula-fd -c /etc/bacula/bacula-fd.conf +ExecStart=/usr/sbin/bacula-fd -f -c /etc/bacula/bacula-fd.conf # Hardening NoNewPrivileges=yes -- cgit v1.2.3