/lib/systemd/system/dhcp-helper.service is in dhcp-helper 1.2-1build1.
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=DHCP/BOOTP relay agent
After=network.target
[Service]
Type=forking
EnvironmentFile=/etc/default/dhcp-helper
ExecStart=/usr/sbin/dhcp-helper -r /var/run/dhcp-helper.pid $DHCPHELPER_OPTS
PIDFile=/var/run/dhcp-helper.pid
[Install]
WantedBy=multi-user.target
|