Commit | Line | Data |
---|---|---|
1 | # ~/.config/fsniper/config | |
2 | # You can get fsniper at http://code.l3ib.org/?p=fsniper.git | |
3 | ||
4 | watch { | |
5 | /etc/ { | |
6 | mtab { | |
7 | # %% is replaced with the filename of the new file | |
8 | handler = encfs-automount.sh %%; | |
9 | } | |
10 | } | |
11 | } |