unit: make systemd-networkd.service support reload command

This commit is contained in:
Yu Watanabe 2020-12-09 00:21:58 +09:00
parent 84f9a68060
commit 9e36b885b8
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ BusName=org.freedesktop.network1
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW
DeviceAllow=char-* rw
ExecStart=!!@rootlibexecdir@/systemd-networkd
ExecReload=networkctl reload
LockPersonality=yes
MemoryDenyWriteExecute=yes
NoNewPrivileges=yes