update configuration defaults

This commit is contained in:
James Barnett 2016-04-25 12:51:48 -05:00
parent 34da5c923f
commit 48469cbbc3

View file

@ -8,8 +8,8 @@
# The description of the pre/post snapshots. Default is the pacman command that
# called the hook
#PRE_DESCRIPTION="$(ps -C pacman -o args=)"
#POST_DESCRIPTION="$(ps -C pacman -o args=)"
#PRE_DESCRIPTION="$(echo $(ps -C pacman -o args=) | sed 'sX/usr/bin/pacmanXpacmanXg')"
#POST_DESCRIPTION="$(echo $(ps -C pacman -o args=) | sed 'sX/usr/bin/pacmanXpacmanXg')"
# Snapper cleanup algorithm to use.
#CLEANUP_ALGORITHM="number"