6cacf40c5a
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/918938 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=237
28 lines
714 B
Desktop File
28 lines
714 B
Desktop File
[Unit]
|
|
Description=ISC DHCPv6 Relay Agent
|
|
Before=multi-user.target
|
|
After=remote-fs.target network.target nss-lookup.target time-sync.target ldap.service ndsd.service
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
PrivateDevices=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
Type=forking
|
|
Restart=on-abort
|
|
ExecStart=@LIBEXECDIR@/dhcp/dhcrelay -6 start
|
|
ExecStop=@LIBEXECDIR@/dhcp/dhcrelay -6 stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dhcp6-relay.service
|
|
|