summaryrefslogtreecommitdiff
path: root/units/console-shell.service.m4.in
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2011-12-02 22:14:31 +0530
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-10-28 02:14:41 +0200
commit9c2cd81e0ef9cf45adc6108eaea172d722f39321 (patch)
tree14e213946ef69332fb26678c953203a94b494e44 /units/console-shell.service.m4.in
parentf2d433e178df7df01a836e95775261e1d85ec60d (diff)
units: teach m4 scripts in units/ about Debian's rc.local
This makes the behaviour wrt. to rc[-.]local consistent between various distributions supporting it.
Diffstat (limited to 'units/console-shell.service.m4.in')
-rw-r--r--units/console-shell.service.m4.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/units/console-shell.service.m4.in b/units/console-shell.service.m4.in
index 400f84d463..e0fbc61b96 100644
--- a/units/console-shell.service.m4.in
+++ b/units/console-shell.service.m4.in
@@ -12,6 +12,9 @@ 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