Re: [systemd-devel] Setting up a VPN daemon as a Portable Service

2022-10-09 Thread Duncan Gibson
Final update, hopefully. Here's a gist with a script, service unit, and readme. <https://gist.github.com/legowerewolf/1b1670457cfac9201ee9d67840952147> On Sun, Oct 9, 2022 at 11:10 AM Duncan Gibson wrote: > After doing some more looking, it seems like the /etc folder is overlaid &

Re: [systemd-devel] Setting up a VPN daemon as a Portable Service

2022-10-09 Thread Duncan Gibson
22 at 2:02 PM Luca Boccassi wrote: > On Sat, 8 Oct 2022 at 18:51, Duncan Gibson wrote: > > > > Hm. Actually, no, I don't think it will. Services installed the normal > way won't survive the A/B update system. > > I don't know what that is and how it works.

Re: [systemd-devel] Setting up a VPN daemon as a Portable Service

2022-10-08 Thread Duncan Gibson
Oh, now that's a new way of doing it. I'll definitely give that a shot. That sounds like it has the best chance of working. On Sat, Oct 8, 2022 at 12:20 PM Luca Boccassi wrote: > On Sat, 2022-10-08 at 11:13 -0400, Duncan Gibson wrote: > > The problem wasn't mount

Re: [systemd-devel] Setting up a VPN daemon as a Portable Service

2022-10-08 Thread Duncan Gibson
advice running as a system extension. > > I think there are mechanisms for setting up system extensions on startup > but I'm not familiar enough with the details. Maybe someone else in the > list knows. > > > > > On Thu, 6 Oct 2022, 20:21 Duncan Gibson, wrote: >

[systemd-devel] Setting up a VPN daemon as a Portable Service

2022-10-06 Thread Duncan Gibson
Hi, everyone. The high-level overview: I'm trying to install Tailscale as a portable service on my Steam Deck. Tailscale is a point-to-point VPN service, essentially a wrapper around Wireguard that helps with network setup and management. The Steam Deck is Valve's handhel