Describe in README.md how to restart act_runner on reboot on Windows

This commit is contained in:
Benjamin Loison 2023-03-26 21:06:01 +02:00
parent 1393e8d40b
commit cefdc6039e
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

View File

@ -1 +1,13 @@
Should configure Windows VM to run `act_runner` on reboot. To configure Windows VM to run `act_runner` on reboot, just have to add a shortcut to the `.exe` in:
```
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
```
With the `Target`:
```
cmd /C "C:\path\to\act_runner-main-windows-amd64.exe" daemon
```
Can also set `Run` to `Minimised`.