mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 11:36:19 +00:00
272 B
272 B
Systemd
- How to keep a user process running:
- Scripts go in .config/systemd/user/, add an example.service file and then:
- systemctl --user enable example
- systemctl --user start example