• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • I think if you switch back to the original target that depends on those services they should start again?

    Like systemctl isolate yourtarget.target and then a systemctl isolate graphical.target to return to normal operation

    Isolate will stop any services that aren’t required by the dependency chain.

    Some of these might be user services though, in which case you’d need to create a user target

    It’s possible that you don’t need to use isolate though, and can just start a target that conflicts and then instead of stopping it, start graphical.target