Skip to content

Commit fe4d8dd

Browse files
authored
Update yggdrasil.service.debian
Can't start service without reading config.
1 parent ae405ad commit fe4d8dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/systemd/yggdrasil.service.debian

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ProtectSystem=strict
1212
NoNewPrivileges=true
1313
RuntimeDirectory=yggdrasil
1414
ReadWritePaths=/var/run/yggdrasil/ /run/yggdrasil/
15+
ReadOnlyPaths=/etc/yggdrasil
1516
SyslogIdentifier=yggdrasil
1617
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
1718
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
@@ -22,4 +23,4 @@ Restart=always
2223
TimeoutStopSec=5
2324

2425
[Install]
25-
WantedBy=multi-user.target
26+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)