mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 10:14:04 +00:00
physlock no longer requires the user to be specified
But it should always mute kernel messages.
This commit is contained in:
parent
d39911e6e7
commit
a13e175ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue