Files
openwrt_packages/luci-app-cifs-mount/root/etc/init.d/zcifs
2025-11-02 14:26:26 +08:00

8 lines
71 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=99
boot() {
/etc/init.d/cifs start
}