diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-03 19:53:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-03 19:53:37 +0200 |
commit | af65a09126e216d468592f069aee50dfe0382d3a (patch) | |
tree | e5b52ee96be55bbbcb3aab1eaf3328aa7678c6ec /units/getty@.service.m4 | |
parent | daf32cc791f26e2a9849e25b94304839e20fcc3b (diff) |
units: update shipped unit files for DefaultDependencies=
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 5f6944fadb..f1f7f32630 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -14,8 +14,12 @@ m4_dnl [Unit] Description=Getty on %I Before=getty.target -After=basic.target -Conflicts=shutdown.target +m4_ifdef(`TARGET_FEDORA', +After=rc-local.service +)m4_dnl +m4_ifdef(`TARGET_ARCH', +After=rc-local.service +)m4_dnl [Service] Environment=TERM=linux |