From 553c3896088765bf980defe6a5ae05f3e32fd2bf Mon Sep 17 00:00:00 2001 From: Thor Harald Johansen Date: Fri, 9 Oct 2020 18:28:48 +0200 Subject: [PATCH] Adjust default program paths in example config file --- src/zasd.conf.example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zasd.conf.example.py b/src/zasd.conf.example.py index fe89fe5..7fe5f72 100644 --- a/src/zasd.conf.example.py +++ b/src/zasd.conf.example.py @@ -1,5 +1,5 @@ -#zfs_path = '/usr/local/bin/zfs' -#fswatch_path = '/usr/local/bin/fswatch' +#zfs_path = '/sbin/zfs' +#fswatch_path = '/usr/bin/fswatch' # Tab size for indented log messages #tab_size = 2