Skip to content

Commit 7eb9d2d

Browse files
author
falsandtru
committed
Fix script directories
1 parent f60fdf2 commit 7eb9d2d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

etc/zfs-auto-snapshot.cron.daily

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2+
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
23
exec zfs-auto-snapshot --quiet --syslog --label=daily --keep=31 //

etc/zfs-auto-snapshot.cron.hourly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2+
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
23
exec zfs-auto-snapshot --quiet --syslog --label=hourly --keep=24 //

etc/zfs-auto-snapshot.cron.monthly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2+
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
23
exec zfs-auto-snapshot --quiet --syslog --label=monthly --keep=12 //

etc/zfs-auto-snapshot.cron.weekly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2+
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin"
23
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //

0 commit comments

Comments
 (0)