lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

munin (144B)


      1 service munin
      2 {
      3 	socket_type	= stream
      4 	protocol	= tcp
      5 	wait		= no
      6 	user		= root
      7 	group		= root
      8 	server		= /usr/sbin/munin-node
      9 	disable		= no
     10 }