Your system information
- Steam client version: 1759461205
- SteamOS version: 3.7.13
- Opted into Steam client beta?: No
- Opted into SteamOS beta?: No
- Have you checked for updates in Settings > System?: Yes
Please describe your issue in as much detail as possible:
Hi, I'm looking to install software like the Netbird and Tailscale VPNs, which won't work when installed via Flatpak due to the need for lower-level access. Where should I be able place the standalone binaries and the systemd services?
According to the command mount | grep nvme | grep rw, the /var mount point is read-write. Because the /var/lib/overlays/etc/upper/ directory points to /etc/systemd/system, can I place a systemd service in /etc/systemd/system and expect it to survive updates?
Because the /opt mount point appears to be read-write, I think I can probably download the standalone binaries to there.
Are there any other mount points that I can expect to work, ie, under the /etc directory, even though they aren't returned by the mount | grep nvme | grep rw command?
The Tailscale installation script seems to suggest that the following can also be used, but I'm not sure if that's correct:
/etc/default/
/etc/profile.d
/etc/atomic-update.conf.d/
Thanks a lot for the help!
Your system information
Please describe your issue in as much detail as possible:
Hi, I'm looking to install software like the Netbird and Tailscale VPNs, which won't work when installed via Flatpak due to the need for lower-level access. Where should I be able place the standalone binaries and the systemd services?
According to the command
mount | grep nvme | grep rw, the/varmount point is read-write. Because the/var/lib/overlays/etc/upper/directory points to/etc/systemd/system, can I place a systemd service in/etc/systemd/systemand expect it to survive updates?Because the
/optmount point appears to be read-write, I think I can probably download the standalone binaries to there.Are there any other mount points that I can expect to work, ie, under the
/etcdirectory, even though they aren't returned by themount | grep nvme | grep rwcommand?The Tailscale installation script seems to suggest that the following can also be used, but I'm not sure if that's correct:
/etc/default//etc/profile.d/etc/atomic-update.conf.d/Thanks a lot for the help!