diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-05-22 17:21:16 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-05-22 17:53:58 +0200 |
commit | 8cf4032ecec5b9f58d829e89f231179170432539 (patch) | |
tree | 24947cc32af42e98bca3ed0b6319c69c77321262 /roles/common/files/lib/systemd | |
parent | f7a5a19edc504980e2e8f93ab027162756710d59 (diff) |
Tunnel bacula (dir → {fd,sd} and fd → sd) traffic through IPSec.
Diffstat (limited to 'roles/common/files/lib/systemd')
-rw-r--r-- | roles/common/files/lib/systemd/system/bacula-fd.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/files/lib/systemd/system/bacula-fd.service b/roles/common/files/lib/systemd/system/bacula-fd.service index 07bd2e5..ee5afe3 100644 --- a/roles/common/files/lib/systemd/system/bacula-fd.service +++ b/roles/common/files/lib/systemd/system/bacula-fd.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=forking -PIDFile=/var/run/bacula/bacula-fd.9112.pid +PIDFile=/var/run/bacula/bacula-fd.9102.pid StandardOutput=syslog ExecStart=/usr/sbin/bacula-fd -c /etc/bacula/bacula-fd.conf |