diff options
Diffstat (limited to 'openwrt/package/wifidog/files/wifidog.init')
-rw-r--r-- | openwrt/package/wifidog/files/wifidog.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/wifidog/files/wifidog.init b/openwrt/package/wifidog/files/wifidog.init new file mode 100644 index 0000000000..03e2ea2217 --- /dev/null +++ b/openwrt/package/wifidog/files/wifidog.init @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/bin/wifidog-init start + |