Created
September 7, 2012 12:27
-
-
Save meskarune/3665791 to your computer and use it in GitHub Desktop.
/usr/lib/systemd/system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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