Skip to main content
Topic: How to turn off Networkmanager-wait-online.service? (Read 899 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to turn off Networkmanager-wait-online.service?

I know how to do it on systemd:
Code: [Select]
systemctl disable NetworkManager-wait-online-service

But how to do it on runit???

 

Re: How to turn off Networkmanager-wait-online.service?

Reply #1
Code: [Select]
https://forum.garudalinux.org/t/can-i-disable-networkmanager-wait-online-service/8354/2

mask it instead?

runit on gentoos wiki i found on websearch

Code: [Select]
https://wiki.gentoo.org/wiki/Runit


arch wiki on runit

Code: [Select]
https://wiki.archlinux.org/title/runit

void linux runit wiki

Code: [Select]
https://docs.voidlinux.org/config/services/index.html

Basic Usage
To start, stop, restart or get the status of a service:

# sv up <services>
# sv down <services>
# sv restart <services>
# sv status <services>
Cat Herders of Linux

Re: How to turn off Networkmanager-wait-online.service?

Reply #2
Well, more interesting question is, how did you manage to turn this service on under runit, so that you need to turn it off?


Re: How to turn off Networkmanager-wait-online.service?

Reply #4
runit on gentoos wiki i found on websearch
Code: [Select]
https://wiki.gentoo.org/wiki/Runit

arch wiki on runit
Code: [Select]
https://wiki.archlinux.org/title/runit

void linux runit wiki
Code: [Select]
https://docs.voidlinux.org/config/services/index.html

I think there is yet another wiki from a distribution that provides runit but I don't remember the name of the distro


What way? runit doesn't read systemd units

Re: How to turn off Networkmanager-wait-online.service?

Reply #5
I think there is yet another wiki from a distribution that provides runit but I don't remember the name of the distro

What way? runit doesn't read systemd units


OH!  you mean Artix wiki?

here we go

Code: [Select]
https://wiki.artixlinux.org/Main/Runit
Cat Herders of Linux