SHA256
1
0
forked from pool/dhcp
dhcp/dhcrelay6.service
Reinhard Max 92a09ecba6 Accepting request 946921 from home:jsegitz:branches:network:dhcp
- Drop PrivateDevices and ProtectClock hardenings. They clash with
  the chroot logic (bsc#1194722)

OBS-URL: https://build.opensuse.org/request/show/946921
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=239
2022-01-17 10:42:10 +00:00

26 lines
676 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
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