mirror of
https://github.com/flancian/garden.git
synced 2026-08-03 21:16:19 +00:00
7 lines
265 B
Markdown
7 lines
265 B
Markdown
# 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 |