mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
build: Use NotifyAccess=main feature when running under systemd
This commit is contained in:
parent
e6a99f461a
commit
41f865d4df
@ -7,6 +7,7 @@ Wants=network.target
|
|||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=net.connman.iwd
|
BusName=net.connman.iwd
|
||||||
ExecStart=@libexecdir@/iwd
|
ExecStart=@libexecdir@/iwd
|
||||||
|
NotifyAccess=main
|
||||||
LimitNPROC=1
|
LimitNPROC=1
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
|
||||||
|
@ -7,6 +7,7 @@ Wants=network.target
|
|||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=net.connman.ead
|
BusName=net.connman.ead
|
||||||
ExecStart=@libexecdir@/ead
|
ExecStart=@libexecdir@/ead
|
||||||
|
NotifyAccess=main
|
||||||
LimitNPROC=1
|
LimitNPROC=1
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
|
||||||
|
Loading…
Reference in New Issue
Block a user