This commit is contained in:
Brian Zalewski 2023-12-25 03:46:59 +00:00
parent 1f60afe56f
commit c5a6b7a8b1
2 changed files with 1 additions and 6 deletions

View file

@ -6,7 +6,7 @@
# scheduler to ensure that the Dagu service is running. Read more about Dagu on their [GitHub page](https://github.com/dagu-dev/dagu).
PROCESS="dagu start-all"
COMMAND="/usr/bin/dagu start-all"
COMMAND="/usr/bin/dagu --config "$DAGU_HOME/admin.yaml" start-all"
### Ensure dagu is installed
if command -v dagu > /dev/null; then

View file

@ -11642,11 +11642,6 @@ softwarePackages:
_post: |
#!/usr/bin/env bash
sudo mkdir -p /var/log/dagu
dagu start-all
_boot: |
#!/usr/bin/env bash
# TODO - Add _boot capability
dagu start-all
brew: yohamta/tap/dagu
runitor:
_bin: runitor