chiark / gitweb /
units: make sure that rc-local.service is run before the getty on tty1, so that they...
authorLennart Poettering <lennart@poettering.net>
Wed, 2 Jun 2010 20:14:00 +0000 (22:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 2 Jun 2010 20:14:00 +0000 (22:14 +0200)
units/fedora/rc-local.service

index bd67aab62e115bbba6c60713384e43d3ebdea9a6..58b59820e26555c841a946b34e21ac5342b1f2a9 100644 (file)
@@ -10,6 +10,7 @@ Description=/etc/rc.local Compatibility
 Requires=basic.target
 After=basic.target
 Conflicts=shutdown.target
+Before=getty@tty1.service
 
 # The rcN.d symlink uses the name "local" while the script itself is
 # called "rc.local", hence carry both names here.