2014-02-10 19:14:12 +01:00
|
|
|
[Unit]
|
|
|
|
Description=ISC DHCPv6 Server
|
|
|
|
Before=multi-user.target
|
2016-01-26 17:59:05 +01:00
|
|
|
After=remote-fs.target network.target nss-lookup.target time-sync.target slapd.service sssd.service ndsd.service
|
2014-02-10 19:14:12 +01:00
|
|
|
|
|
|
|
[Service]
|
2022-01-12 18:50:48 +01:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2014-02-10 19:14:12 +01:00
|
|
|
Type=forking
|
|
|
|
Restart=on-abort
|
2020-06-25 12:27:29 +02:00
|
|
|
ExecStart=@LIBEXECDIR@/dhcp/dhcpd -6 start
|
|
|
|
ExecStop=@LIBEXECDIR@/dhcp/dhcpd -6 stop
|
2014-02-10 19:14:12 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Alias=dhcp6-server.service
|
|
|
|
|