uhttpd: use acme hotplug
[openwrt/openwrt.git] / package / network / services / uhttpd / files / acme.hotplug
diff --git a/package/network/services/uhttpd/files/acme.hotplug b/package/network/services/uhttpd/files/acme.hotplug
new file mode 100644 (file)
index 0000000..ace15e0
--- /dev/null
@@ -0,0 +1,3 @@
+if [ "$ACTION" = renewed ]; then
+       /etc/init.d/uhttpd reload
+fi