Latest
This commit is contained in:
parent
1f60afe56f
commit
c5a6b7a8b1
2 changed files with 1 additions and 6 deletions
|
@ -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).
|
# 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"
|
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
|
### Ensure dagu is installed
|
||||||
if command -v dagu > /dev/null; then
|
if command -v dagu > /dev/null; then
|
||||||
|
|
|
@ -11642,11 +11642,6 @@ softwarePackages:
|
||||||
_post: |
|
_post: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
sudo mkdir -p /var/log/dagu
|
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
|
brew: yohamta/tap/dagu
|
||||||
runitor:
|
runitor:
|
||||||
_bin: runitor
|
_bin: runitor
|
||||||
|
|
Loading…
Reference in a new issue