?? motion.init-freebsd.sh.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 + -