Teach the console, getty, and serial m4 scripts about Debian. Signed-off-by: Ramkumar Ramachandra <[email protected]> --- units/console-shell.service.m4 | 3 +++ units/[email protected] | 3 +++ units/[email protected] | 3 +++ 3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/units/console-shell.service.m4 b/units/console-shell.service.m4 index 02adc84..9bc53f7 100644 --- a/units/console-shell.service.m4 +++ b/units/console-shell.service.m4 @@ -11,6 +11,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 diff --git a/units/[email protected] b/units/[email protected] index d2a145d..d4a6500 100644 --- a/units/[email protected] +++ b/units/[email protected] @@ -12,6 +12,9 @@ After=dev-%i.device 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 diff --git a/units/[email protected] b/units/[email protected] index e5f0ca6..9cad9ee 100644 --- a/units/[email protected] +++ b/units/[email protected] @@ -12,6 +12,9 @@ After=dev-%i.device 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 -- 1.7.6.351.gb35ac.dirty _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
