diff --git a/home/dot_local/bin/executable_dagu-cron b/home/dot_local/bin/executable_dagu-cron index 09693c73..d8f11c97 100644 --- a/home/dot_local/bin/executable_dagu-cron +++ b/home/dot_local/bin/executable_dagu-cron @@ -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 diff --git a/software.yml b/software.yml index 5d1e17be..e4140b47 100644 --- a/software.yml +++ b/software.yml @@ -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