summaryrefslogtreecommitdiffstats
path: root/files/etc/systemd/system/webmap-raster@.service
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-07-23 16:12:34 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-07-23 16:12:34 +0200
commit9c5e71a63bb52bb1e5788ecb5b64037c99981e9e (patch)
tree3a030c93a8a3e07e1cc0d09709db95a48189091f /files/etc/systemd/system/webmap-raster@.service
parent3cf610be3a863f397600f496f1b86c0e050d8e78 (diff)
webmap-raster@.service: Set RestrictAddressFamilies=none.
Cf. systemd.exec(5).
Diffstat (limited to 'files/etc/systemd/system/webmap-raster@.service')
-rw-r--r--files/etc/systemd/system/webmap-raster@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/systemd/system/webmap-raster@.service b/files/etc/systemd/system/webmap-raster@.service
index 3362d5e..4947980 100644
--- a/files/etc/systemd/system/webmap-raster@.service
+++ b/files/etc/systemd/system/webmap-raster@.service
@@ -28,7 +28,7 @@ PrivateDevices=yes
ProtectControlGroups=yes
ProtectKernelModules=yes
ProtectKernelTunables=yes
-RestrictAddressFamilies=
+RestrictAddressFamilies=none
ReadWritePaths=%t/lock/webmap
ReadWritePaths=/var/www/webmap/raster
PrivateTmp=yes