forked from pool/munin
1d79aa82f6
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/923726 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=69
22 lines
507 B
Desktop File
22 lines
507 B
Desktop File
[Unit]
|
|
Description=Collect node data
|
|
Documentation=man:munin-cron(8)
|
|
|
|
[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=oneshot
|
|
User=munin
|
|
ExecStart=/usr/bin/munin-cron
|