07538a3393
- Fixes for %_libexecdir changing to /usr/libexec OBS-URL: https://build.opensuse.org/request/show/817028 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=211
16 lines
366 B
Desktop File
16 lines
366 B
Desktop File
[Unit]
|
|
Description=ISC DHCPv6 Server
|
|
Before=multi-user.target
|
|
After=remote-fs.target network.target nss-lookup.target time-sync.target slapd.service sssd.service ndsd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=on-abort
|
|
ExecStart=@LIBEXECDIR@/dhcp/dhcpd -6 start
|
|
ExecStop=@LIBEXECDIR@/dhcp/dhcpd -6 stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dhcp6-server.service
|
|
|