4 lines
250 B
Bash
Executable file
4 lines
250 B
Bash
Executable file
#!/bin/bash
|
|
# Start the dehydrated-wrapper as a daemon, so that it doesn't prevent other cron jobs from running.
|
|
|
|
daemon -N -a 60 -l daemon.err -b daemon.debug -o daemon.info -n dehydrated-wrapper /opt/gitrepos/random-commands.git/dehydrated-wrapper
|