# ################################################ ### Managed by someone's ansible provisioner ### ################################################ # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # [Unit] Description=Munin Node - asynchronous proxy Documentation=man:munin-asyncd http://guide.munin-monitoring.org/en/stable-2.0/reference/munin-asyncd.html Wants=munin-node.service After=munin-node.service [Service] Type=notify Restart=always User=munin-async ExecStart=/usr/share/munin/munin-asyncd --retain 14 ProtectSystem=full ProtectHome=true PrivateTmp=true PrivateDevices=true ProtectKernelTunables=true ProtectKernelModules=true ProtectControlGroups=true [Install] WantedBy=multi-user.target