From 14be31aa6a57b4b186e799931c75f83b707bcc9e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 8 Aug 2016 18:31:07 +0200 Subject: [PATCH] systemd: Give 3mins to the bacula-sd service to stop and close the dde Conflicts: bacula/platforms/systemd/bacula-sd.service.in --- bacula/platforms/systemd/bacula-sd.service.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/platforms/systemd/bacula-sd.service.in b/bacula/platforms/systemd/bacula-sd.service.in index e94e974e3f..6de48ba804 100644 --- a/bacula/platforms/systemd/bacula-sd.service.in +++ b/bacula/platforms/systemd/bacula-sd.service.in @@ -27,6 +27,8 @@ Group=@sd_group@ ExecStart=@sbindir@/bacula-sd -c @sysconfdir@/bacula-sd.conf PIDFile=@piddir@/bacula-sd.@sd_port@.pid StandardError=syslog +#LimitMEMLOCK=infinity +TimeoutStopSec=3min [Install] WantedBy=multi-user.target -- 2.39.2