How to stop temporarily Eruption-GUI ? #163
Unanswered
tomjedusor
asked this question in
Q&A
Replies: 2 comments
-
I have found this to type in the terminal : `systemctl --user disable --now eruption-audio-proxy.service sudo systemctl disable --now eruption.service` |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @tomjedusor, thank you for posting this question! To fully disable Eruption and prohibit automatic starting of the daemon please run the following commands: systemctl --user disable --now eruption-audio-proxy.service
systemctl --user disable --now eruption-process-monitor.service
sudo systemctl mask eruption.service && sudo systemctl stop eruption.service to re-enable Eruption, please run: sudo systemctl unmask eruption.service && sudo systemctl restart eruption.service
systemctl --user enable --now eruption-audio-proxy.service
systemctl --user enable --now eruption-process-monitor.service |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly thank you very much for this software which works wonderfully and allows marvellous effect.
The question is in the title, I would just like to know (to help OpenRGB dev) how to stop Eruption and restart it?
And if it's a "make stop" from where?
Beta Was this translation helpful? Give feedback.
All reactions