From: Eric Bollengier Date: Mon, 8 Aug 2016 16:31:07 +0000 (+0200) Subject: systemd: Give 3mins to the bacula-sd service to stop and close the dde X-Git-Tag: Release-7.4.4~14 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=14be31aa6a57b4b186e799931c75f83b707bcc9e systemd: Give 3mins to the bacula-sd service to stop and close the dde Conflicts: bacula/platforms/systemd/bacula-sd.service.in --- 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