diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/getty@.service.m4 | 3 | ||||
-rw-r--r-- | units/serial-getty@.service.m4 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index a016ba2c68..d282912274 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -18,6 +18,9 @@ After=rc-local.service m4_ifdef(`TARGET_FRUGALWARE', After=local.service )m4_dnl +m4_ifdef(`TARGET_ALTLINUX', +After=rc-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 diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 index 82414ea664..2b3c8edd57 100644 --- a/units/serial-getty@.service.m4 +++ b/units/serial-getty@.service.m4 @@ -18,6 +18,9 @@ After=rc-local.service m4_ifdef(`TARGET_FRUGALWARE', After=local.service )m4_dnl +m4_ifdef(`TARGET_ALTLINUX', +After=rc-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 |