Call daemon with correct args. Use git path for dehydrated-wrapper.
This commit is contained in:
parent
7063a03eef
commit
5a4bb12906
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Start the dehydrated-wrapper as a daemon, so that it doesn't prevent other cron jobs from running.
|
# Start the dehydrated-wrapper as a daemon, so that it doesn't prevent other cron jobs from running.
|
||||||
|
|
||||||
daemon /opt/sbin/dehydrated-wrapper
|
daemon -N -a 60 -l daemon.err -b daemon.debug -o daemon.info -n dehydrated-wrapper /opt/gitrepos/random-commands.git/dehydrated-wrapper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue