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

Replace init script with systemd services #100

Merged
merged 25 commits into from
Aug 9, 2020
Merged

Replace init script with systemd services #100

merged 25 commits into from
Aug 9, 2020

Conversation

mayankchhabra
Copy link
Member

@mayankchhabra mayankchhabra commented Aug 8, 2020

  • systemd is the facto init system for Linux.
  • Greater dependency control. For instance, we can now guarantee that Umbrel will NOT start if the external storage mounter fails for whatever reason.
  • Faster boot time as we can run services in parallel without blocking the boot process.
  • Choice of logging. For instance, we can now log umbrel-startup.service and umbrel-external-storage.service to syslog, and umbrel-connection-details service to tty.
  • Overall more verbose, clean and straightforward than using rc.local + initd.

scripts/umbrel-os/boot Outdated Show resolved Hide resolved
@mayankchhabra mayankchhabra merged commit 0175adf into getumbrel:master Aug 9, 2020
@mayankchhabra mayankchhabra deleted the patch/mount branch August 9, 2020 03:05
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