diff options
Diffstat (limited to 'meta/recipes-connectivity/dhcp/files/dhcpd.service')
-rw-r--r-- | meta/recipes-connectivity/dhcp/files/dhcpd.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/files/dhcpd.service b/meta/recipes-connectivity/dhcp/files/dhcpd.service new file mode 100644 index 0000000000..8648f1a253 --- /dev/null +++ b/meta/recipes-connectivity/dhcp/files/dhcpd.service | |||
@@ -0,0 +1,11 @@ | |||
1 | [Unit] | ||
2 | Description=DHCP Server Daemon | ||
3 | After=network.target | ||
4 | After=time-sync.target | ||
5 | |||
6 | [Service] | ||
7 | EnvironmentFile=@SYSCONFDIR@/default/dhcp-server | ||
8 | ExecStart=-@SBINDIR@/dhcpd -q $INTERFACES | ||
9 | |||
10 | [Install] | ||
11 | WantedBy=multi-user.target | ||