Description: Use Type=exec for systemd-240+
Author: Sven Hartge <sven@svenhartge.de>
Forwarded: not-needed

--- a/platforms/systemd/bacula-dir.service.in
+++ b/platforms/systemd/bacula-dir.service.in
@@ -23,7 +23,7 @@
 
 # From http://www.freedesktop.org/software/systemd/man/systemd.service.html
 [Service]
-Type=simple
+Type=exec
 User=bacula
 Group=bacula
 Environment="CONFIG=/etc/bacula/bacula-dir.conf"
--- a/platforms/systemd/bacula-fd.service.in
+++ b/platforms/systemd/bacula-fd.service.in
@@ -23,7 +23,7 @@
 
 # from http://www.freedesktop.org/software/systemd/man/systemd.service.html
 [Service]
-Type=simple
+Type=exec
 User=root
 Group=root
 Environment="CONFIG=/etc/bacula/bacula-fd.conf"
--- a/platforms/systemd/bacula-sd.service.in
+++ b/platforms/systemd/bacula-sd.service.in
@@ -22,7 +22,7 @@
 
 # from http://www.freedesktop.org/software/systemd/man/systemd.service.html
 [Service]
-Type=simple
+Type=exec
 User=bacula
 Group=tape
 SupplementaryGroups=bacula
