6.5. Powershell
Installation type | Difficulty to do this |
---|---|
Running as a Systemd service |
Easy |
Running in a container |
Not possible |
6.5.1. Example config.yaml
Powershell requires pwsh
to execute commands.
actions: - title: Run Powershell Script: shell: pwsh C:/Scripts/MyScript.ps1