Fix bacula-sd systemd unit
- 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