this post was submitted on 30 Apr 2025
20 points (91.7% liked)
Linux Gaming
18682 readers
341 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 asystemctl isolate graphical.target
to return to normal operationIsolate 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
Yes, you're right!
In my case starting timers.target stops my gaming.target and restarts all the timers gaming.target had stopped.
Edit: I don't want to use isolate because I'd rather blacklist the services I don't want.
Sorry for the series of edits. Yeah, just starting
timers.target
orgraphical.target
again when you're done without using isolate seems like a pretty good strategy!