<div dir="ltr"><div><div><div><div>procd is for service handling mostly; so, start/stop/etc<br></div>basically you'd need to have another service that does usb-device handling (of that device).<br><br></div>what i'd do, is to write a hotplug script, add it under /etc/hotplug.d and then call whatever needs to be called from that script<br></div>it can be a ubus call to procd, or to some other service (ubus or not ubus)<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 29, 2015 at 9:20 PM, Lazar Demin <span dir="ltr"><<a href="mailto:lazar@onion.io" target="_blank">lazar@onion.io</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am trying to figure out how I can use procd to detect when a new usb<br>
device comes up.<br>
<br>
The wiki (<a href="http://wiki.openwrt.org/doc/techref/procd" rel="noreferrer" target="_blank">http://wiki.openwrt.org/doc/techref/procd</a>) was pretty vague<br>
on the proper usage of procd.<br>
The procd init script wiki<br>
(<a href="http://wiki.openwrt.org/inbox/procd-init-scripts" rel="noreferrer" target="_blank">http://wiki.openwrt.org/inbox/procd-init-scripts</a>) wasn't particularly<br>
illuminating either and looks like its mostly geared towards whether<br>
or not to restart the daemon based on if a configuration file (or<br>
network interface) has changed.<br>
<br>
Is there a way to use procd to detect a new usb device in a similar<br>
way to the hotplug deamon? Can somebody point me in the right<br>
direction?<br>
<br>
I'm currently using fstab to automatically mount any usb-storage, but<br>
ideally I would like to know the device name and type.<br>
<br>
<br>
Much appreciated,<br>
Lazar<br>
_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
</blockquote></div><br></div>