]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
initscripts: Swith stating goals of load-modules and sysctl.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 4 Jun 2010 21:43:52 +0000 (23:43 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 4 Jun 2010 21:43:52 +0000 (23:43 +0200)
pkgs/core/initscripts/init/load-modules.conf
pkgs/core/initscripts/init/sysctl.conf

index b64658c389ed038e06e446562686ecc02bda1b27..d9cc718b265cff0225d52812e172c6a1b261d826 100644 (file)
@@ -1,7 +1,7 @@
 description            "Trigger coldplug events"
 author                 "IPFire Team"
 
-start on stopped mount-kernel-filesystems
+start on startup
 
 script
        # Exit if there's no modules file or there are no
index 2289a9a91c642c6e59c0f24b2cc4760c35d961d9..7293c3bf1eb319bbbe1d80050e6a237bd125d084 100644 (file)
@@ -1,7 +1,7 @@
 description            "Set sysctl settings"
 author                 "IPFire Team"
 
-start on stopped mount-kernel-filesystems
+start on startup
 
 script
     if [ -f "/etc/sysctl.conf" ]; then