summaryrefslogtreecommitdiffstats
path: root/roles/munin-master/files/lib/systemd/system/munin-cgi-html.service
blob: 11a7470066e7995d377d365e7fe47d756bf0c210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Munin CGI HTML Service
After=network.target
PartOf=munin.service
Requires=munin-cgi-html.socket

[Service]
StandardInput=socket
User=www-data
Group=munin
ExecStart=/usr/lib/munin/cgi/munin-cgi-html

[Install]
WantedBy=multi-user.target