Re: [systemd-devel] socket unit refusing connection when JOB_STOP is pending

2017-06-05 Thread Michal Sekletar
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

[systemd-devel] Cannot override "Conflicts" variable without editing installed service file

2017-06-05 Thread Nikos Chantziaras
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.

Re: [systemd-devel] Cannot override "Conflicts" variable without editing installed service file

2017-06-05 Thread Mantas Mikulėnas
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