feat: Add support for service on Windows, Linux, and macOS #430
Reference in New Issue
Block a user
Delete Branch "cachito-worker/main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This pull request introduces support for running the
act_runnerdaemon as a service on Windows, Linux, and macOS. It also includes the option to set a custom working directory using the--working-directoryflag.Changes Made
act_runner daemon install.act_runner daemon uninstall.act_runnerexecutable..runnerandconfig.yamlfiles in the same directory and loads them into the service configuration.Additional Information
Before running
act_runner daemon install, it is crucial to registeract_runnerusing theact_runner registercommand to generate the required.runnerfile.Has there been any progress?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.