Skip to content

Commit b747698

Browse files
author
Jonathan Carter
authored
Merge pull request #35 from bernhardschmidt/master
Fix frequent cronjob
2 parents 11130ba + b2e97c5 commit b747698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
1+
PATH="/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
22

3-
*/15 * * * * root zfs-auto-snapshot -q -g --label=frequent --keep=4 //
3+
*/15 * * * * root zfs-auto-snapshot --quiet --syslog --label=frequent --keep=4 //

0 commit comments

Comments
 (0)