Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Improve re-install timer to address OS update issues #101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

notheotherben
Copy link
Member

This PR implements several improvements in an attempt to resolve the OS update issues some folks have been reporting. It does so through three key changes:

  1. It adds a RequiresMountsFor=/data/tailscale requirement to the tailscale-install.service to clarify sequencing requirements for the OS.

  2. It updates the install script to ensure that the install timer and service are always enabled after running the installer (to prevent cases where these might have been installed but not enabled).

  3. It updates the configuration of the timer and service to provide better linking and follow the recommended systemd timer format for recurring jobs, which should avoid scenarios where the installer might not run correctly.

I have tested this on a UDM, however it has not yet been tested on other devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant