janus-gateway: make echo test plugin optional
[buildroot-gz.git] / package / dhcp / dhcpd.service
blob98cc54b05b26af706607e58943d83983aed76856
1 [Unit]
2 Description=DHCP server
3 After=network.target
5 [Service]
6 Type=forking
7 PIDFile=/run/dhcpd.pid
8 ExecStart=/usr/sbin/dhcpd -q -pf /run/dhcpd.pid $OPTIONS $INTERFACES
9 KillSignal=SIGINT
10 EnvironmentFile=-/etc/default/dhcpd
12 [Install]
13 WantedBy=multi-user.target