2019-09-22 22:48:46 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Collect node data
|
|
|
|
Documentation=man:munin-cron(8)
|
|
|
|
|
|
|
|
[Service]
|
2021-10-29 15:55:01 +02: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
|
2019-09-22 22:48:46 +02:00
|
|
|
Type=oneshot
|
2021-03-05 10:59:23 +01:00
|
|
|
User=munin
|
2019-09-22 22:48:46 +02:00
|
|
|
ExecStart=/usr/bin/munin-cron
|