Removed extra ; in exec rule

SVN-Revision: 16243
This commit is contained in:
Hamish Guthrie 2009-06-01 08:48:37 +00:00
parent 00e2b1d997
commit 590f3042fb

View File

@ -1,5 +1,5 @@
$include /etc/hotplug2-common.rules
SUBSYSTEM ~~ button {
exec kill -USR1 1 ;
exec kill -USR1 1
}