24 lines
544 B
SYSTEMD
24 lines
544 B
SYSTEMD
[Unit]
|
|
Description=Openwsman WS-Management Service
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
# 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
|
|
Type=forking
|
|
ExecStart=@prefix@/sbin/openwsmand -S
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|