Delete Thing to resolve conflict with thing.

This commit is contained in:
2020-11-01 18:00:25 +01:00
parent 301c7a2131
commit aa89b55546
3 changed files with 7 additions and 4 deletions
+5
View File
@@ -1,2 +1,7 @@
# Systemd
- How to keep a user process running:
- 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