repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
janus-gateway: make echo test plugin optional
[buildroot-gz.git]
/
package
/
dhcp
/
dhcpd.service
blob
98cc54b05b26af706607e58943d83983aed76856
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 $OPTIONS $INTERFACES
9
KillSignal=SIGINT
10
EnvironmentFile=-/etc/default/dhcpd
11
12
[Install]
13
WantedBy=multi-user.target