SHA256
1
0
forked from pool/munin
munin/munin-node.service
Wolfgang Rosenauer ca22669249 Accepting request 934672 from home:jsegitz:branches:server:monitoring
- Removed
  * PrivateDevices=true
  * ProtectClock=true
  * RestrictRealtime=true
  from munin-node.service (bsc#1193118)

OBS-URL: https://build.opensuse.org/request/show/934672
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=70
2021-11-30 07:52:09 +00:00

23 lines
545 B
Desktop File

[Unit]
Description=Munin Node
Requires=network.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
ProtectHostname=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
# end of automatic additions
Type=forking
ExecStart=/usr/sbin/munin-node
ExecStartPre=/usr/bin/mkdir -p /var/run/munin/
PIDFile=/var/run/munin/munin-node.pid
[Install]
WantedBy=multi-user.target