thttpd.init

来自「Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价」· INIT 代码 · 共 14 行

INIT
14
字号
#!/bin/sh /etc/rc.common# Copyright (C) 2006 OpenWrt.orgSTART=54# Copyright (C) 2006 Carlos Sobrinhostart() {	config_load thttpd	/usr/sbin/thttpd -C /etc/thttpd.conf}stop() {	killall thttpd}

⌨️ 快捷键说明

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