0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 09:19:51 +00:00
packages/multimedia/mjpg-streamer/files/mjpg-streamer.hotplug
Roger f62794a7f0 add mjpg-streamer
add myself as maintainer
add UCI HTTP authentication

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-07-22 10:15:11 -05:00

11 lines
150 B
Plaintext

case "$ACTION" in
add)
# start process
/etc/init.d/mjpg-streamer start
;;
remove)
# stop process
/etc/init.d/mjpg-streamer stop
;;
esac