Skip to content

Instantly share code, notes, and snippets.

@meskarune
Created September 7, 2012 12:27
Show Gist options
  • Save meskarune/3665791 to your computer and use it in GitHub Desktop.
Save meskarune/3665791 to your computer and use it in GitHub Desktop.
/usr/lib/systemd/system
[Unit]
Description=Munin Node Server.
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/var/run/munin/munin-node.pid
ExecStart=/usr/sbin/munin-node
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment