op-packages/ghttpd/files/ghttpd.uci-default
2026-04-22 04:42:14 +08:00

8 lines
71 B
Bash

#!/bin/sh
/etc/init.d/ghttpd enable
/etc/init.d/ghttpd start
exit 0