We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae405ad commit fe4d8ddCopy full SHA for fe4d8dd
contrib/systemd/yggdrasil.service.debian
@@ -12,6 +12,7 @@ ProtectSystem=strict
12
NoNewPrivileges=true
13
RuntimeDirectory=yggdrasil
14
ReadWritePaths=/var/run/yggdrasil/ /run/yggdrasil/
15
+ReadOnlyPaths=/etc/yggdrasil
16
SyslogIdentifier=yggdrasil
17
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
18
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
@@ -22,4 +23,4 @@ Restart=always
22
23
TimeoutStopSec=5
24
25
[Install]
-WantedBy=multi-user.target
26
+WantedBy=multi-user.target
0 commit comments