2011-12-23 22:23:29 +00:00
|
|
|
[Unit]
|
|
|
|
Description=OpenSLP daemon for the Service Location Protocol
|
|
|
|
After=network.target nss-lookup.target
|
|
|
|
|
|
|
|
[Service]
|
2022-03-31 21:50:06 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2014-07-28 03:30:41 +00:00
|
|
|
Type=notify
|
2011-12-23 22:23:29 +00:00
|
|
|
ExecStart=/usr/sbin/slpd -d
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|