[Solved] How to preventing rygel from starting at boot

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Dedalus
Level 1
Level 1
Posts: 6
Joined: Mon Mar 27, 2023 3:13 am

[Solved] How to preventing rygel from starting at boot

Post by Dedalus »

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.
mikeflan
Level 17
Level 17
Posts: 7954
Joined: Sun Apr 26, 2020 9:28 am
Location: Houston, TX

Re: How to preventing rygel from starting at boot

Post by mikeflan »

Hello and welcome to the forum.

Remove it from Startup Applications.
Dedalus
Level 1
Level 1
Posts: 6
Joined: Mon Mar 27, 2023 3:13 am

Re: How to preventing rygel from starting at boot

Post by Dedalus »

Hello, and thank you, it doesn't show on Startup Applications on mint 21 sadly
Hoser Rob
Level 20
Level 20
Posts: 11776
Joined: Sat Dec 15, 2012 8:57 am

Re: How to preventing rygel from starting at boot

Post by Hoser Rob »

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
mikeflan
Level 17
Level 17
Posts: 7954
Joined: Sun Apr 26, 2020 9:28 am
Location: Houston, TX

Re: How to preventing rygel from starting at boot

Post by mikeflan »

And if that is the case I guess you do this in a terminal:

Code: Select all

systemctl disable rygel
If you ever want it back do this in a terminal:

Code: Select all

systemctl restart rygel
Dedalus
Level 1
Level 1
Posts: 6
Joined: Mon Mar 27, 2023 3:13 am

Re: How to preventing rygel from starting at boot

Post by Dedalus »

Thank you, worked perfectly !
Locked

Return to “Software & Applications”