motion.init-freebsd.sh.in

来自「video motion detection of linux base」· IN 代码 · 共 27 行

IN
27
字号
#!/bin/sh## motion.sh for rc.d usage 2006 Angel Carpintero ## Add the following line in /etc/rc.conf to enable motion at startup## motion_enable="YES"## PROVIDE: motion# REQUIRE: DAEMON# KEYWORD: shutdown. /etc/rc.subrmotion_enable="${motion_enable-NO}"name="motion"rcvar=`set_rcvar`command="@BIN_PATH@/${name}"pidfile="/var/run/${name}.pid"required_files="/usr/local/etc/${name}.conf"load_rc_config $namerun_rc_command "$1"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?