summarylogtreecommitdiffstats
path: root/99-co2mon.rules
diff options
context:
space:
mode:
authorSelf-Perfection2015-11-03 22:33:13 +0300
committerSelf-Perfection2015-11-03 22:33:13 +0300
commit449c49633cb09b1ece19db644e676fdf718c7a9c (patch)
treebaf5b75266abce2f5b1de839683a991476a384b3 /99-co2mon.rules
parent792ec4de55b74a0cbaf021040b05043cc10ae877 (diff)
downloadaur-449c49633cb09b1ece19db644e676fdf718c7a9c.tar.gz
Fixed co2mond stopping on device unplug
Diffstat (limited to '99-co2mon.rules')
-rw-r--r--99-co2mon.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/99-co2mon.rules b/99-co2mon.rules
index c429d5a088a8..1935157d136f 100644
--- a/99-co2mon.rules
+++ b/99-co2mon.rules
@@ -1,2 +1,2 @@
SUBSYSTEM=="usb", ACTION=="add", ENV{PRODUCT}=="4d9/a052/*", OWNER="nobody", RUN+="/usr/bin/systemctl start co2mon.service"
-SUBSYSTEM=="usb", ACTION=="remove", ENV{PRODUCT}=="4d9/a052/*", OWNER="nobody", RUN+="/usr/bin/systemctl stop co2mon.service"
+SUBSYSTEM=="usb", ACTION=="remove", ENV{PRODUCT}=="4d9/a052/*", RUN+="/usr/bin/systemctl stop co2mon.service"