On Wed, May 31, 2017 at 3:43 PM, Moravec, Stanislav (ERT)
wrote:
> FYI:
> I tried to simply bypass the pending job check:
> +int ignore_stop_pending = true;
> static void socket_enter_running(Socket *s, int cfd) {
> ...
> -if (unit_stop_pending(UNIT(s))) {
> +if (!ignore_stop_pendi
Hello.
I recently switched a Gentoo system from OpenRC to systemd. I'd like to
keep tty1 (VT1) for login, and move the display manager (SDDM) to tty7.
SDDM is configured for that, but the installed service file
(/usr/lib/systemd/system/sddm.service) has this:
[Unit]
Conflicts=getty@tty1.
Currently drop-ins cannot remove dependencies. Use a full override.
On Tue, Jun 6, 2017, 06:41 Nikos Chantziaras wrote:
> Hello.
>
> I recently switched a Gentoo system from OpenRC to systemd. I'd like to
> keep tty1 (VT1) for login, and move the display manager (SDDM) to tty7.
> SDDM is configu