diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-11-03 03:15:10 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-11-03 03:37:11 +0100 |
commit | ead9aaa3dd7ca48012b2b21cc930ee73c8eaa9d3 (patch) | |
tree | b656f589d1ff4d4b0d245afad3d8d22ce5e65368 /roles/bacula-dir/files/etc/systemd/system/bacula-director.service | |
parent | 24616de43c39da3fe7efd72426fce078a3afdaea (diff) |
Bacula: refactor systemd service files.
Use unit overrides on top of upstream's service files instead of
overriding entire service files. In particular, upstream uses flag `-P`
so we don't need to use RuntimeDirectory= anymore.
Diffstat (limited to 'roles/bacula-dir/files/etc/systemd/system/bacula-director.service')
-rw-r--r-- | roles/bacula-dir/files/etc/systemd/system/bacula-director.service | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/roles/bacula-dir/files/etc/systemd/system/bacula-director.service b/roles/bacula-dir/files/etc/systemd/system/bacula-director.service deleted file mode 100644 index 8b2f5ff..0000000 --- a/roles/bacula-dir/files/etc/systemd/system/bacula-director.service +++ /dev/null @@ -1,27 +0,0 @@ -[Unit] -Description=Bacula Director service -After=network.target - -[Service] -Type=simple -StandardOutput=syslog -User=bacula -Group=bacula -ExecStart=/usr/sbin/bacula-dir -f -c /etc/bacula/bacula-dir.conf - -# Hardening -NoNewPrivileges=yes -PrivateDevices=yes -ProtectHome=yes -ProtectSystem=strict -ReadWriteDirectories=-/var/lib/bacula -ReadWriteDirectories=-/var/log/bacula -RuntimeDirectory=bacula -PrivateDevices=yes -ProtectControlGroups=yes -ProtectKernelModules=yes -ProtectKernelTunables=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 - -[Install] -WantedBy=multi-user.target |