Re: how to stop reboot from delete'n directory

2020-07-02 Thread elvis
On 1/7/20 11:17 pm, gru...@mailfence.com wrote: On Wed, 1 Jul 2020, Greg Wooledge wrote: On Wed, Jul 01, 2020 at 02:33:07PM +0200, gru...@mailfence.com wrote: i create a directory /run/foo to hold sockets for my application when i reboot the directory gets deleted is set'n the immutable flag

Re: how to stop reboot from delete'n directory

2020-07-01 Thread Sven Hartge
gru...@mailfence.com wrote: > On Wed, 1 Jul 2020, Greg Wooledge wrote: >> On Wed, Jul 01, 2020 at 02:33:07PM +0200, gru...@mailfence.com wrote: >>> i create a directory /run/foo to hold sockets for my application >>> when i reboot the directory gets deleted >>> is set'n the immutable flag the way t

Re: how to stop reboot from delete'n directory

2020-07-01 Thread grumpy
On Wed, 1 Jul 2020, Greg Wooledge wrote: On Wed, Jul 01, 2020 at 02:33:07PM +0200, gru...@mailfence.com wrote: i create a directory /run/foo to hold sockets for my application when i reboot the directory gets deleted is set'n the immutable flag the way to go unicorn:~$ df /run Filesystem

Re: how to stop reboot from delete'n directory

2020-07-01 Thread Nicolas George
Greg Wooledge (12020-07-01): > If you want to re-create something in /run at boot time, you'll need to > set up a task to do so, either by creating a systemd unit, or perhaps by > using rc.local (since this is a ridiculously small and simple one-shot > task, where a whole systemd unit would be over

Re: how to stop reboot from delete'n directory

2020-07-01 Thread Greg Wooledge
On Wed, Jul 01, 2020 at 02:33:07PM +0200, gru...@mailfence.com wrote: > i create a directory /run/foo to hold sockets for my application > when i reboot the directory gets deleted > is set'n the immutable flag the way to go unicorn:~$ df /run Filesystem 1K-blocks Used Available Use% Mounted o