Re: shepherd as normal user

2019-10-05 Thread Gábor Boskovits
Hamzeh Nasajpour ezt írta (időpont: 2019. okt. 5., Szo 7:39): > > I believe you can add it to some shell startup files, or session startup > script. It depends on you environment. > > I'm looking to find a way to configure the `shepherd` with `config.scm` > (system reconfigure ...). > The startup

Re: shepherd as normal user

2019-10-04 Thread Hamzeh Nasajpour
> I believe you can add it to some shell startup files, or session startup > script. It depends on you environment. I'm looking to find a way to configure the `shepherd` with `config.scm` (system reconfigure ...). The startup script is a workaround but it has some problems, for example, multi-

Re: shepherd as normal user

2019-10-04 Thread Gábor Boskovits
Hello, Hamzeh Nasajpour ezt írta (időpont: 2019. okt. 4., Pén 10:31): > Thanks for your reply. > > It's a good example. But my main problem is running `shepherd` as normal > user automatically. > I believe you can add it to some shell startup files, or session startup script. It depends on you e

Re: shepherd as normal user

2019-10-04 Thread Hamzeh Nasajpour
Thanks for your reply. It's a good example. But my main problem is running `shepherd` as normal user automatically. For now, I've to run it manually. On Fri, Oct 4, 2019, at 4:28 AM, ison wrote: > On Fri, Oct 04, 2019, Hamzeh Nasajpour wrote: > > Hi, > > > > I'm going to run `shepherd` as a

Re: shepherd as normal user

2019-10-03 Thread ison
On Fri, Oct 04, 2019, Hamzeh Nasajpour wrote: > Hi, > > I'm going to run `shepherd` as a normal user automatically (at startup). How > can I do that? > > I know the `shepherd` will be run as root with PID=1 in the init system, but > I have some services that should be run by `shepherd` for norm