Skip to content

Installing software and systemd services that survive updates #2151

Description

@vincentchov

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions