Skip to content

Commit

Permalink
Fix script directories
Browse files Browse the repository at this point in the history
  • Loading branch information
falsandtru committed Apr 5, 2015
1 parent f60fdf2 commit 7eb9d2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/zfs-auto-snapshot.cron.daily
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
exec zfs-auto-snapshot --quiet --syslog --label=daily --keep=31 //
1 change: 1 addition & 0 deletions etc/zfs-auto-snapshot.cron.hourly
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
exec zfs-auto-snapshot --quiet --syslog --label=hourly --keep=24 //
1 change: 1 addition & 0 deletions etc/zfs-auto-snapshot.cron.monthly
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
exec zfs-auto-snapshot --quiet --syslog --label=monthly --keep=12 //
1 change: 1 addition & 0 deletions etc/zfs-auto-snapshot.cron.weekly
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //

0 comments on commit 7eb9d2d

Please sign in to comment.