From: Tollef Fog Heen Date: Sun, 20 Mar 2011 19:49:53 +0000 (+0100) Subject: Make getty start after Apache2 and OpenVPN (which are the only two known users of... X-Git-Tag: 20-1~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8636c5fc7fd4b746067d2ba708d6042cb7448d;p=systemd Make getty start after Apache2 and OpenVPN (which are the only two known users of X-Interactive: yes). Closes: #618419 --- diff --git a/debian/changelog b/debian/changelog index 3a1e0306..e21a83ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ systemd (20-1) UNRELEASED; urgency=low prevent dbus assert error. * Enable TCP wrapper support. Closes: #618409 * Enable SELinux support. Closes: #618412 + * Make getty start after Apache2 and OpenVPN (which are the only two + known users of X-Interactive: yes). Closes: #618419 -- Tollef Fog Heen Fri, 11 Mar 2011 19:14:21 +0100 diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 8e1f250a..d3fcf2cb 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -8,7 +8,7 @@ [Unit] Description=Getty on %I BindTo=dev-%i.device -After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service +After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service openvpn.service apache2.service m4_ifdef(`TARGET_FEDORA', After=rc-local.service )m4_dnl