26 lines
680 B
Desktop File
26 lines
680 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]
|
|
# 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
|
|
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
|
|
|