Re: Custom wireguard shepherd service

2020-03-12 Thread Gábor Boskovits
Hello Gregory, Gregory Katz via ezt írta (időpont: 2020. márc. 12., Csü 4:48): > Hi all, > > I'm trying to put together a wireguard shepherd service that operates > similar to the current nftables service, i.e., the service works by running > a utility program (in this case a shell script called

Re: Custom wireguard shepherd service

2020-03-12 Thread Gábor Boskovits
Hello, Gregory Katz ezt írta (időpont: 2020. márc. 12., Cs, 13:30): > > Thank you very much g_bor. I believe you've given me the information I need > to make this work. I think I may be able to get away with regexp > substitution for this very simple change. If you know of an example in the

Re: Custom wireguard shepherd service

2020-03-12 Thread Gregory Katz via
Thank you very much g_bor. I believe you've given me the information I need to make this work. I think I may be able to get away with regexp substitution for this very simple change. If you know of an example in the source tree of regexp substitution of the top of your head please let me know

how to run docker?

2020-03-12 Thread Adam Kandur via
hi, guixers! Sorry for newbe question. How yo run docker service after installation docker package?

Re: how to run docker?

2020-03-12 Thread Adam Kandur via
i really tried to find manual for this topic -_- Mar 12, 2020, 21:42 by r...@tuta.io: > hi, guixers! > Sorry for newbe question. > How yo run docker service after installation docker package? > >

Re: how to run docker?

2020-03-12 Thread John Soo
Hi Adam, You will also need the dockerd service in you system configuration, plus there is a known bug where a known module is not loaded by default. Should dockerd not start properly you will need to do the following: sudo modprobe overlay sudo herd restart dockerd Good luck, John