summaryrefslogtreecommitdiffstats
path: root/85-usbmuxd.rules
diff options
context:
space:
mode:
Diffstat (limited to '85-usbmuxd.rules')
-rw-r--r--85-usbmuxd.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/85-usbmuxd.rules b/85-usbmuxd.rules
index 90d49ea..69ddef8 100644
--- a/85-usbmuxd.rules
+++ b/85-usbmuxd.rules
@@ -30,8 +30,8 @@ ACTION=="add", SUBSYSTEM=="usb_endpoint", KERNEL=="usbdev*_ep04", SYMLINK+="usbm
30ACTION=="add", SUBSYSTEM=="usb_endpoint", KERNEL=="usbdev*_ep85", SYMLINK+="usbmux/out" 30ACTION=="add", SUBSYSTEM=="usb_endpoint", KERNEL=="usbdev*_ep85", SYMLINK+="usbmux/out"
31 31
32# Start and stop 'usbmuxd' as required. 32# Start and stop 'usbmuxd' as required.
33ACTION=="add", SUBSYSTEM=="usb_endpoint", KERNEL=="usbdev*_ep85", RUN+="/sbin/start-stop-daemon --start --oknodo --background --make-pidfile --pidfile /var/run/usbmuxd.pid --exec /usr/local/sbin/usbmuxd" 33ACTION=="add", SUBSYSTEM=="usb_endpoint", KERNEL=="usbdev*_ep85", RUN+="/sbin/start-stop-daemon --start --oknodo --exec /usr/local/sbin/usbmuxd"
34ACTION=="remove", SUBSYSTEM=="usb_endpoint", KERNEL=="usbdev*_ep85", RUN+="/sbin/start-stop-daemon --stop --signal 2 --pidfile /var/run/usbmuxd.pid --exec /usr/local/sbin/usbmuxd" 34ACTION=="remove", SUBSYSTEM=="usb_endpoint", KERNEL=="usbdev*_ep85", RUN+="/sbin/start-stop-daemon --stop --signal 2 --exec /usr/local/sbin/usbmuxd"
35 35
36# skip 36# skip
37LABEL="usbmuxd_rules_end" 37LABEL="usbmuxd_rules_end"