提交 e1ffa486 编写于 作者: D Dmitry Kozlov

updated contrib files

上级 8e3c4feb
/etc/init.d/accel-ppp
/etc/accel-ppp.conf.dist
/etc/default/accel-ppp
#!/sbin/runscript
depend() {
need net
}
start() {
ebegin "Starting accel-pppd"
start-stop-daemon --start --quiet --exec /usr/sbin/accel-pppd -- -p /var/run/accel-pppd.pid ${ACCEL_PPPD_OPTS}
eend $?
}
stop() {
ebegin "Stopping accel-pppd"
start-stop-daemon --stop --quiet --pidfile /var/run/accel-pppd.pid
result=$?
start-stop-daemon --stop --quiet --oknodo --exec /usr/sbin/accel-pppd
result=$(( $result + $? ))
eend $result
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册