mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
12 lines
245 B
Diff
12 lines
245 B
Diff
--- /dev/null
|
|
+++ b/applications/luci-app-dockerman/root/etc/uci-defaults/luci-app-dockerman
|
|
@@ -0,0 +1,8 @@
|
|
+#!/bin/sh
|
|
+
|
|
+uci -q batch <<-EOF >/dev/null
|
|
+ set uhttpd.main.script_timeout="360"
|
|
+ commit uhttpd
|
|
+EOF
|
|
+
|
|
+/etc/init.d/dockerd restart
|