diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-05-31 17:39:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-05-31 17:39:57 +0200 |
commit | e136d3edbdb6749d4559939dc9fcbc11d166e34c (patch) | |
tree | 36e051f5675b003c38bac4fc6eec738698125437 /roles/munin-master/files/etc/systemd/system/munin-cgi-html.service | |
parent | 789f4f2e1b01873b200b973584d1501ba32e3bfd (diff) |
/lib/systemd/system → /etc/systemd/system
Diffstat (limited to 'roles/munin-master/files/etc/systemd/system/munin-cgi-html.service')
-rw-r--r-- | roles/munin-master/files/etc/systemd/system/munin-cgi-html.service | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/roles/munin-master/files/etc/systemd/system/munin-cgi-html.service b/roles/munin-master/files/etc/systemd/system/munin-cgi-html.service new file mode 100644 index 0000000..119d3a2 --- /dev/null +++ b/roles/munin-master/files/etc/systemd/system/munin-cgi-html.service @@ -0,0 +1,22 @@ +[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 + +# Hardening +NoNewPrivileges=yes +PrivateDevices=yes +ProtectHome=yes +ProtectSystem=full +ReadOnlyDirectories=/ +ReadWriteDirectories=-/var/log/munin + +[Install] +WantedBy=multi-user.target |