mirror of
https://github.com/flancian/garden.git
synced 2026-08-03 04:56:20 +00:00
265 B
265 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