]> git.somenet.org - root/pub/somesible.git/blob - roles/base/munin-node/files/default/munin-node.service
[roles/server/mail/cyrus] setup cyrus imap/dav server
[root/pub/somesible.git] / roles / base / munin-node / files / default / munin-node.service
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2026 by someone <someone@somenet.org>
7 #
8
9 [Unit]
10 Description=Munin Node
11 Documentation=man:munin-node(1) http://guide.munin-monitoring.org/en/stable-2.0/reference/munin-node.html
12 After=network-online.target
13
14 [Service]
15 Type=notify
16 Restart=always
17 ExecStart=/usr/sbin/munin-node --foreground
18 PIDFile=/run/munin/munin-node.pid
19 # Plugins like "smart_" require access to devices
20 # someone: breaks iostat
21 #PrivateDevices=false
22 PrivateTmp=true
23 #ProtectHome=true
24 # "full" (instead of "strict") still allows write access to the state files
25 # someone: breaks iostat
26 #ProtectSystem=full
27
28 [Install]
29 WantedBy=multi-user.target