⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 motion.init-freebsd.sh.in

📁 video motion detection of linux base
💻 IN
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -