Skip to content

Instantly share code, notes, and snippets.

@valignatev
Last active August 10, 2020 13:50
Show Gist options
  • Save valignatev/658857f930407a99d01a3f240379cf4a to your computer and use it in GitHub Desktop.
Save valignatev/658857f930407a99d01a3f240379cf4a to your computer and use it in GitHub Desktop.
Artix s6 tldr
Q: Artix s6 wiki?
A: https://wiki.artixlinux.org/Main/S6
Q: How to get s6 service for a program?
A: instal program-s6 package
Q: Does the service get enabled after reboot?
A: No
Q: How to enable it then?
A: s6-rc -u change foo
Q: Does it stay enabled after reboot?
A: No
Q: How to make it start upon reboot then? Like systemd's `enable`?
A: s6-rc-bundle-update add default foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment