summaryrefslogtreecommitdiff
path: root/extra/dhcp/dhcpd4.service
blob: 89f7d25001a8379194bbb9cf974c03bc68cfb48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=IPv4 DHCP server
After=network.target

[Service]
Type=forking
PIDFile=/run/dhcpd4.pid
ExecStart=/usr/sbin/dhcpd -4 -q -pf /run/dhcpd4.pid
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target