<div dir="ltr">Hello,<br><br>I'd like to ask if systemctl isolate and systemctl start can be executed together.<br><br><b>Background</b><br>A.target is the system's default.target. A.target is associated with A.service, which executes A.sh. That is, systemd first executes A.sh after booting.<br>A.sh switches to multi-user.target via systemctl isolate multi-user.target in the final stage. The following statement immediately executes systemctl start X.service. X.service has a default dependency on sysinit.target.<br><br><b>A.sh<br></b><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i>...<br><b>systemctl --no-block  isolate</b> multi-user.target<br><b>systemctl start </b>X.service</i></blockquote><br><b>Question</b><br>Does this syntax potentially cause issues, such as systemd server timeouts or job conflicts? Thanks.<div><br></div><div><br></div><div>Best regards,  <font color="#888888"><font color="#888888"><br>Alien Kong</font></font></div></div>