#!/bin/sh # # readahead: PPPoE-Server # # chkconfig: 5 96 99 # description: PPPoE-Server # # # Source function library. . /etc/rc.d/init.d/functions # See how we were called. case "$1" in start) pppoe-start ;; stop) pppoe-stop ;; status) pppoe-status ;; restart) pppoe-stop pppoe-start ;; *) echo $"Usage: $0 {start|stop|status|restart}" ;; esac exit $RETVAL
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
GMT+8, 2025-2-12 02:02 , Processed in 0.026327 second(s), 15 queries .
© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.