summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-01-04 22:36:48 +0100
committerLennart Poettering <lennart@poettering.net>2013-01-04 23:26:21 +0100
commit83514a2fa0c9377e76dcc323ab7e7756b7f86cc4 (patch)
treed87e039e91c03bef18d33540a5f44a3e4f5d1011 /units/getty@.service.m4
parent77e68fa2f0bd018bab2621a31919bfaa6a6b0a35 (diff)
units: drop distro specific stuff from units
Since rc-local is now enabled via the SysV compatibility we should only refer to it based on that too.
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r--units/getty@.service.m420
1 files changed, 1 insertions, 19 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index cc9a2ac644..083eb97059 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -10,25 +10,7 @@ Description=Getty on %I
Documentation=man:agetty(8) man:systemd-getty-generator(8)
Documentation=http://0pointer.de/blog/projects/serial-console.html
After=systemd-user-sessions.service plymouth-quit-wait.service
-m4_ifdef(`TARGET_FEDORA',
-After=rc-local.service
-)m4_dnl
-m4_ifdef(`TARGET_DEBIAN',
-After=rc.local.service
-)m4_dnl
-m4_ifdef(`TARGET_ARCH',
-After=rc-local.service
-)m4_dnl
-m4_ifdef(`TARGET_FRUGALWARE',
-After=local.service
-)m4_dnl
-m4_ifdef(`TARGET_ALTLINUX',
-After=rc-local.service
-)m4_dnl
-m4_ifdef(`TARGET_MANDRIVA',
-After=rc-local.service
-)m4_dnl
-m4_ifdef(`TARGET_MAGEIA',
+m4_ifdef(`HAVE_SYSV_COMPAT',
After=rc-local.service
)m4_dnl