diff options
Diffstat (limited to 'roles/lists/files/etc/systemd/system')
-rw-r--r-- | roles/lists/files/etc/systemd/system/wwsympa.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/lists/files/etc/systemd/system/wwsympa.service b/roles/lists/files/etc/systemd/system/wwsympa.service index cccf508..7d2440c 100644 --- a/roles/lists/files/etc/systemd/system/wwsympa.service +++ b/roles/lists/files/etc/systemd/system/wwsympa.service @@ -16,10 +16,10 @@ PrivateDevices=yes ProtectHome=yes ProtectSystem=strict PrivateTmp=yes -ReadOnlyDirectories=/ -ReadWriteDirectories=-/var/lib/sympa +ReadWriteDirectories=/etc/sympa +ReadWriteDirectories=/var/lib/sympa ReadWriteDirectories=-/var/run/sympa -ReadWriteDirectories=-/var/spool/sympa +ReadWriteDirectories=/var/spool/sympa [Install] WantedBy=multi-user.target |