diff --git a/docs/dev/hosting.md b/docs/dev/hosting.md index 75d933d..6d729a1 100644 --- a/docs/dev/hosting.md +++ b/docs/dev/hosting.md @@ -77,4 +77,18 @@ User=runner [Install] WantedBy=multi-user.target -``` \ No newline at end of file +``` + +Then just `systemctl enable act_runner` and `systemctl start act_runner`. + +#### Other + +Eventually I got sick of writing init scripts for all the various operating systems. + +Just put this in `runner`'s `crontab`: + +``` +@reboot cd /home/runner/act_runner && ./act_runner daemon +``` + +That seems to do the job good enough, and it's cross platform. \ No newline at end of file