7b265cbf3fa6456d34de0e4f5cbe71f63fee2a37
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dhcp / dhcpd.service
1 [Unit]
2 Description=DHCP server
3 After=network.target
4
5 [Service]
6 Type=forking
7 PIDFile=/run/dhcpd.pid
8 ExecStart=/usr/sbin/dhcpd -q -pf /run/dhcpd.pid $INTERFACES
9 KillSignal=SIGINT
10 EnvironmentFile=/etc/default/dhcpd.conf
11
12 [Install]
13 WantedBy=multi-user.target