]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
initscripts: Fix execution of rc.local.service.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Apr 2012 10:22:56 +0000 (12:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Apr 2012 10:22:56 +0000 (12:22 +0200)
initscripts/initscripts.nm
initscripts/rc.local
initscripts/systemd/rc-local.service

index 07372684e3470d6d8fd2f34cc8fb8c27be16be57..b171219e692462a97f13e44c193fa33dd660e2cf 100644 (file)
@@ -6,7 +6,7 @@
 name       = initscripts
 epoch      = 1
 version    = 2.99
-release    = 16
+release    = 17
 
 groups     = System/Boot
 url        =
index 0bd2d37551f5cf86b434c7d3afb4672e445ade48..cfe091053a9993cbce00c00fbe09587e0260a7b7 100644 (file)
@@ -2,3 +2,5 @@
 #
 # This script will be executed at the end of the boot process.
 # You can put your own initialization stuff in here.
+
+exit 0
index f7b7c0d072f22ec556ae8587010629d80f0aa7e8..a1bb1598850c491cf9a33810ba08539f9ab87652 100644 (file)
@@ -1,14 +1,9 @@
 [Unit]
-Description=/etc/rc.local Compatiblity
-Requires=multi-user.target
-After=multi-user.target network.target
+Description=/etc/rc.local Compatibility
+After=network.target
 
 [Service]
 Type=forking
 ExecStart=/etc/rc.local
 TimeoutSec=0
-StandardOutput=tty
 RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target