File: systemd.service

package info (click to toggle)
dhcp-helper 1.2-3.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 160 kB
  • sloc: ansic: 441; sh: 97; makefile: 79
file content (12 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (3)
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 /run/dhcp-helper.pid $DHCPHELPER_OPTS
PIDFile=/run/dhcp-helper.pid

[Install]
WantedBy=multi-user.target