[systemd-devel] [PATCH] Frugalware: start gettys after local.service

Miklos Vajna vmiklos at frugalware.org
Thu Dec 16 06:00:51 PST 2010


---

Hi,

This is the last patch we have in your systemd package. :)

 units/getty at .service.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/units/getty at .service.m4 b/units/getty at .service.m4
index 902ab6e..0b3160e 100644
--- a/units/getty at .service.m4
+++ b/units/getty at .service.m4
@@ -15,6 +15,9 @@ After=rc-local.service
 m4_ifdef(`TARGET_ARCH',
 After=rc-local.service
 )m4_dnl
+m4_ifdef(`TARGET_FRUGALWARE',
+After=local.service
+)m4_dnl
 
 # If additional gettys are spawned during boot then we should make
 # sure that this is synchronized before getty.target, even though
-- 
1.7.3.2



More information about the systemd-devel mailing list