diff --git a/roles/screensaver/templates/lock.sh.j2 b/roles/screensaver/templates/lock.sh.j2 index 96f2603..c850d47 100755 --- a/roles/screensaver/templates/lock.sh.j2 +++ b/roles/screensaver/templates/lock.sh.j2 @@ -3,6 +3,6 @@ if [ "$1" = "post" ]; then if ! pidof physlock > /dev/null; then - /usr/sbin/physlock -u {{ user.name }} + /usr/sbin/physlock -m fi fi