diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-04 01:27:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-04 01:27:26 +0200 |
commit | ccbe77e993317eef933bd4f4d383c3f2b2db74bc (patch) | |
tree | 4fb2758038fea09ff4f2230911c604297825c77e /units | |
parent | 5b1fe56a8b5543df614091d3cbcdb6b87e294dc0 (diff) |
units: remove redundant ordering dependency
Diffstat (limited to 'units')
-rw-r--r-- | units/getty@.service.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index d0084233a9..b82f5aad25 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -16,7 +16,6 @@ Description=Getty on %I Before=getty.target m4_ifdef(`TARGET_FEDORA', After=rc-local.service -Before=prefdm.service )m4_dnl m4_ifdef(`TARGET_ARCH', After=rc-local.service |