/lib/systemd/system/networkd-dispatcher.service is in networkd-dispatcher 1.7-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | [Unit]
Description=Dispatcher daemon for systemd-networkd
[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
|