From 247788f420d0ce262cc06419b3852eaf99200843 Mon Sep 17 00:00:00 2001 From: dbcm Date: Thu, 26 Jan 2017 15:47:20 +0000 Subject: [PATCH] service config --- org.profundos.usbexec.plist | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 org.profundos.usbexec.plist diff --git a/org.profundos.usbexec.plist b/org.profundos.usbexec.plist new file mode 100644 index 0000000..9227e2e --- /dev/null +++ b/org.profundos.usbexec.plist @@ -0,0 +1,50 @@ + + + + + Label + org.profundos.usbexec + + ProgramArguments + + __HOME__/.usbexec/LaunchEventsPurger + __HOME__/.usbexec/commands + + + KeepAlive + + + WorkingDirectory + __HOME__/.usbexec + + LaunchEvents + + com.apple.iokit.matching + + com.apple.device-attach + + idProduct + 16 + + idVendor + 4176 + + IOProviderClass + IOUSBDevice + + IOMatchStream + + + IOMatchLaunchStream + + + + + + StandardErrorPath + usbexec.log + StandardOutPath + usbexec.log + + +