2013-05-15 09:28:16 -05:00
|
|
|
[Unit]
|
|
|
|
|
Description=Network Manager Script Dispatcher Service
|
2023-10-20 15:08:03 +02:00
|
|
|
Documentation=man:NetworkManager-dispatcher.service(8)
|
2013-05-15 09:28:16 -05:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=dbus
|
|
|
|
|
BusName=org.freedesktop.nm_dispatcher
|
2014-05-14 14:51:43 -05:00
|
|
|
ExecStart=@libexecdir@/nm-dispatcher
|
2021-08-03 12:58:29 +02:00
|
|
|
NotifyAccess=main
|
2013-05-15 09:28:16 -05:00
|
|
|
|
2021-08-03 14:35:24 +02:00
|
|
|
# Enable debug logging in dispatcher service. Note that dispatcher
|
|
|
|
|
# also honors debug logging requests from NetworkManager, so you
|
|
|
|
|
# can also control logging requests with
|
|
|
|
|
# `nmcli general logging domain DISPATCHER level TRACE`.
|
|
|
|
|
#Environment=NM_DISPATCHER_DEBUG_LOG=1
|
|
|
|
|
|
2014-03-31 13:02:16 -04:00
|
|
|
# We want to allow scripts to spawn long-running daemons, so tell
|
|
|
|
|
# systemd to not clean up when nm-dispatcher exits
|
|
|
|
|
KillMode=process
|
|
|
|
|
|
2013-05-15 09:28:16 -05:00
|
|
|
[Install]
|
|
|
|
|
Alias=dbus-org.freedesktop.nm-dispatcher.service
|
|
|
|
|
|