Thanks, applied as ca462509e90c4418159444f1972046a374eb96af. Michael
[sent from post-receive hook] On Sun, 14 Mar 2021 14:35:38 +0100, Uwe Kleine-König <[email protected]> wrote: > When system state is switched using systemctl isolate ssh sessions > usually shouldn't be killed. Make this the default. > > Signed-off-by: Uwe Kleine-König <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/projectroot/usr/lib/systemd/system/[email protected] > b/projectroot/usr/lib/systemd/system/[email protected] > index 3814e9f7b095..269127c8f3ac 100644 > --- a/projectroot/usr/lib/systemd/system/[email protected] > +++ b/projectroot/usr/lib/systemd/system/[email protected] > @@ -1,6 +1,7 @@ > [Unit] > Description=SSH Per-Connection Server > DefaultDependencies=no > +IgnoreOnIsolate=true > > [Service] > ExecStart=/usr/sbin/sshd -i _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
