summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/files/dhcpd.service
blob: 8648f1a25380a09e369eb61467261e341d65fcc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=DHCP Server Daemon
After=network.target
After=time-sync.target

[Service]
EnvironmentFile=@SYSCONFDIR@/default/dhcp-server
ExecStart=-@SBINDIR@/dhcpd -q $INTERFACES

[Install]
WantedBy=multi-user.target