Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] persistent /run/* ownership/permissions
Date: Wed, 07 Oct 2015 17:51:09
Message-Id: 56155B5D.9070407@gmail.com
In Reply to: [gentoo-user] persistent /run/* ownership/permissions by Grant
1 On 07/10/2015 18:27, Grant wrote:
2 > I have to chown munin:nginx and chmod g+x on directory /run/munin/
3 > after every reboot. The munin list suggests altering the initscript
4 > but is there a better way?
5
6
7 There are ways, but I wouldn't call them better.
8
9 /run is often a tmpfs so the dir has to be mkdir'ed somehow after reboot
10 anyway. The initscript is the perfect place to do it. There's lots of
11 examples in most /etc/init.d, so I suggest submit a working patch to b.g.o.
12
13
14 --
15 Alan McKinnon
16 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] persistent /run/* ownership/permissions Grant <emailgrant@×××××.com>
[gentoo-user] Re: persistent /run/* ownership/permissions Martin Vaeth <martin@×××××.de>