4 lines
150 B
Bash
Executable file
4 lines
150 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 /opt/sbin/dehydrated-wrapper
|