From 1ea2e24c2f60d10c2d5ef9603b2383d17b82b5d8 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 10 Mar 2015 10:27:24 +0000 Subject: [PATCH] implement configd rc script in rc system --- src/etc/rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 09165804a..eadd778ac 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -326,9 +326,8 @@ echo "done." # Set up the correct php.ini content /usr/local/etc/rc.php_ini_setup -chmod u+rx /usr/local/opnsense/service/configd.py -/usr/local/opnsense/service/configd.py -sleep 1 # give configd some time to load to prevent missing socket +# startup configd +/usr/local/etc/rc.d/configd start # let the PHP-based configuration subsystem set up the system now echo -n "Launching the init system..."