From 8eb56a88a49755cf8b58b65e9fc53df11043cab1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 11 Jul 2013 17:00:54 +0000 Subject: procd: add a small script that handles config reloads until configd is ready Signed-off-by: John Crispin SVN-Revision: 37248 --- package/base-files/files/etc/rc.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/base-files/files/etc/rc.common') diff --git a/package/base-files/files/etc/rc.common b/package/base-files/files/etc/rc.common index aeec90c37c..22111895db 100755 --- a/package/base-files/files/etc/rc.common +++ b/package/base-files/files/etc/rc.common @@ -80,6 +80,10 @@ start_service() { return 0 } +service_triggers() { + return 0 +} + stop_service() { return 0 } -- cgit v1.2.3