1
1
Files
zyxel-vmg8825_b50b-cfw/package/network/utils/rp-ppp/files/pppoe-client.init
T
2026-04-17 18:33:03 +02:00

13 lines
118 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
start() {
pppoe-start
}
stop() {
pppoe-stop
}