Auto: misc.

This commit is contained in:
2021-04-16 11:00:17 +02:00
parent 03b54f35f8
commit 4261a276ab
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Systemd
- How to keep a user process running:
- https://jimsaunders.net/2017/08/03/simple-per-user-systemd.html
- [[go]] https://jimsaunders.net/2017/08/03/simple-per-user-systemd.html
- Scripts go in .config/systemd/user/, add an example.service file and then:
- systemctl --user enable example
- systemctl --user start example