On 07/10/2015 18:27, Grant wrote: > I have to chown munin:nginx and chmod g+x on directory /run/munin/ > after every reboot. The munin list suggests altering the initscript > but is there a better way?
There are ways, but I wouldn't call them better. /run is often a tmpfs so the dir has to be mkdir'ed somehow after reboot anyway. The initscript is the perfect place to do it. There's lots of examples in most /etc/init.d, so I suggest submit a working patch to b.g.o. -- Alan McKinnon [email protected]

