mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
f62794a7f0
add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>
11 lines
150 B
Plaintext
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
|