physlock no longer requires the user to be specified

But it should always mute kernel messages.
This commit is contained in:
Pig Monkey 2015-12-19 11:53:31 -08:00
parent d39911e6e7
commit a13e175ccf

View file

@ -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