Jun 1, 2020: update
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2018-2020, diyIT.org
|
||||
# All rights reserved.
|
||||
#
|
||||
@ -6,8 +8,6 @@
|
||||
#
|
||||
#
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
# the two lines below are not just comments but required by rcorder; service -e
|
||||
# PROVIDE: camserver
|
||||
# REQUIRE: NETWORKING SERVERS DAEMON ldconfig resolv
|
||||
@ -27,12 +27,12 @@ restart_cmd="camserver_restart"
|
||||
|
||||
camserver_start()
|
||||
{
|
||||
$camserver startserver -b -c /mnt/config/secret/motioneye/motioneye.conf
|
||||
$camserver startserver -b -c /mnt/config/secret/motioneye/motioneye.conf
|
||||
}
|
||||
|
||||
camserver_stop()
|
||||
{
|
||||
$camserver stopserver
|
||||
$camserver stopserver
|
||||
}
|
||||
camserver_restart()
|
||||
{
|
||||
|
Reference in New Issue
Block a user