Skip to content
Snippets Groups Projects
Commit 554f5263 authored by micah's avatar micah :speech_balloon:
Browse files

change cronjob to autotools template

parent b3ff5ad3
Branches
Tags
No related merge requests found
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# run backupninja every hour on the hour # run backupninja every hour on the hour
0 * * * * root if [ -x /usr/sbin/backupninja ]; then /usr/sbin/backupninja; fi 0 * * * * root if [ -x @sbindir@/backupninja ]; then @sbindir@/backupninja; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment