diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-12-07 22:33:54 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-09 20:25:39 +0100 |
commit | 53cd6d2c79d206273fbe9b924156b440894a4776 (patch) | |
tree | 4c8131965b2da427a1bdc166c511a2ce5ea0673a /roles/lists/files/etc/systemd/system/wwsympa.service | |
parent | 53c62a66705402235ef7077f5fab759b59c490cb (diff) |
Upgrade 'lists' role to Debian Stretch.
Diffstat (limited to 'roles/lists/files/etc/systemd/system/wwsympa.service')
-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 |