]> git.somenet.org - root/pub/somesible.git/blob - roles/base/munin-node/files/default/munin-async.service
[roles/base/munin-node] munin node + async proxy setup
[root/pub/somesible.git] / roles / base / munin-node / files / default / munin-async.service
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 [Unit]
10 Description=Munin Node - asynchronous proxy
11 Documentation=man:munin-asyncd http://guide.munin-monitoring.org/en/stable-2.0/reference/munin-asyncd.html
12 Wants=munin-node.service
13 After=munin-node.service
14
15 [Service]
16 Type=notify
17 Restart=always
18 User=munin-async
19 ExecStart=/usr/share/munin/munin-asyncd --retain 14
20 ProtectSystem=full
21 ProtectHome=true
22 PrivateTmp=true
23 PrivateDevices=true
24 ProtectKernelTunables=true
25 ProtectKernelModules=true
26 ProtectControlGroups=true
27
28 [Install]
29 WantedBy=multi-user.target