aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd/files/uxc.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/procd/files/uxc.init')
-rw-r--r--package/system/procd/files/uxc.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/system/procd/files/uxc.init b/package/system/procd/files/uxc.init
index 035c8b0b9e..1e75b796f8 100644
--- a/package/system/procd/files/uxc.init
+++ b/package/system/procd/files/uxc.init
@@ -16,3 +16,7 @@ boot() {
__BOOT_UXC=1
start
}
+
+service_triggers() {
+ procd_add_raw_trigger "mount.add" 3000 /etc/init.d/uxc boot
+}