Files
garden/systemd.md
T
2021-04-16 11:00:17 +02:00

7 lines
272 B
Markdown

# Systemd
- How to keep a user process running:
- [[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