mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
add mjpg-streamer
add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
case "$ACTION" in
|
||||
add)
|
||||
# start process
|
||||
/etc/init.d/mjpg-streamer start
|
||||
;;
|
||||
remove)
|
||||
# stop process
|
||||
/etc/init.d/mjpg-streamer stop
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user