diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 14:54:59 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 15:51:58 +0200 |
commit | 809a185dca11424cef6220b5314a8b7aed487164 (patch) | |
tree | 8878adb340c065ade53c301bb569bac5d121c99b /roles/lists/files | |
parent | 0d844c7a788901fec3036e14ab07a4756f344415 (diff) |
wwsympa.service: Use existing directory /run/sympa.
We shouldn't use RuntimeDirectory to create it anew because is belongs
to the Sympa daemon and WWSympa looks up for PID files in there.
Diffstat (limited to 'roles/lists/files')
-rw-r--r-- | roles/lists/files/etc/systemd/system/wwsympa.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lists/files/etc/systemd/system/wwsympa.service b/roles/lists/files/etc/systemd/system/wwsympa.service index 1d302ef..cff2db7 100644 --- a/roles/lists/files/etc/systemd/system/wwsympa.service +++ b/roles/lists/files/etc/systemd/system/wwsympa.service @@ -15,7 +15,7 @@ NoNewPrivileges=yes ReadWriteDirectories=/etc/sympa ReadWriteDirectories=/var/lib/sympa ReadWriteDirectories=/var/spool/sympa -RuntimeDirectory=sympa +ReadWriteDirectories=/run/sympa PrivateDevices=yes PrivateNetwork=yes ProtectHome=yes |