[Solved] How to preventing rygel from starting at boot
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
[Solved] How to preventing rygel from starting at boot
As title says
Last edited by LockBot on Sat Oct 07, 2023 10:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Re: How to preventing rygel from starting at boot
Hello and welcome to the forum.
Remove it from Startup Applications.
Remove it from Startup Applications.
Re: How to preventing rygel from starting at boot
Hello, and thank you, it doesn't show on Startup Applications on mint 21 sadly
Re: How to preventing rygel from starting at boot
Maybe it's started as a systemd service?
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
Re: How to preventing rygel from starting at boot
And if that is the case I guess you do this in a terminal:
If you ever want it back do this in a terminal:
Code: Select all
systemctl disable rygel
Code: Select all
systemctl restart rygel
Re: How to preventing rygel from starting at boot
Thank you, worked perfectly !