Skip to content

Fix bacula-sd systemd unit

Dan Langille requested to merge fix-systemd into Branch-13.0
  • no @piddir, no pidfile required for systemd, so don't try to create one or it will fail
  • the -t flag only tests the config and prevents the service from starting
  • the -v flag gets us useful logs into the systemd journal if there is a problem with the configuration

The service could not work at all without adding the -P flag and removing the -t flag

Merge request reports