aboutsummaryrefslogtreecommitdiffstats
path: root/package/trelay/files/trelay.hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'package/trelay/files/trelay.hotplug')
-rw-r--r--package/trelay/files/trelay.hotplug5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/trelay/files/trelay.hotplug b/package/trelay/files/trelay.hotplug
deleted file mode 100644
index 31f7378406..0000000000
--- a/package/trelay/files/trelay.hotplug
+++ /dev/null
@@ -1,5 +0,0 @@
-case "$ACTION" in
- add|register)
- [ -f /var/run/trelay.active ] && /etc/init.d/trelay start
- ;;
-esac