15 lines
370 B
Desktop File
15 lines
370 B
Desktop File
[Unit]
|
|
Description=Dispatcher daemon for systemd-networkd
|
|
ConditionPathExistsGlob=|/etc/networkd-dispatcher/*/*
|
|
ConditionPathExistsGlob=|/usr/lib/networkd-dispatcher/*/*
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/networkd-dispatcher $networkd_dispatcher_args
|
|
|
|
# Load /etc/default/networkd-dispatcher
|
|
EnvironmentFile=-/etc/default/%p
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|