summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-01-02 17:25:46 +0100
committerLennart Poettering <lennart@poettering.net>2023-01-10 18:28:38 +0100
commit0e07cdb0e77d0322bc866b5e13abbe38e988059d (patch)
tree7380911ab2ef15cb6a04b1f71838f9e83268cdbe /units
parentdd0ab174c36492cdcb92cf46844fb0905b1d4a7e (diff)
downloadsystemd-0e07cdb0e77d0322bc866b5e13abbe38e988059d.tar.gz
networkd: implement Type=notify-reload protocol
Diffstat (limited to 'units')
-rw-r--r--units/systemd-networkd.service.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in
index d15129e7f0..d8b935a358 100644
--- a/units/systemd-networkd.service.in
+++ b/units/systemd-networkd.service.in
@@ -24,7 +24,6 @@ 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
FileDescriptorStoreMax=512
LockPersonality=yes
MemoryDenyWriteExecute=yes
@@ -48,7 +47,7 @@ RuntimeDirectoryPreserve=yes
SystemCallArchitectures=native
SystemCallErrorNumber=EPERM
SystemCallFilter=@system-service
-Type=notify
+Type=notify-reload
User=systemd-network
{{SERVICE_WATCHDOG}}