Artix Linux Forum

Init systems => runit => Topic started by: dima99816 on 23 May 2022, 21:04:03

Title: How to turn off Networkmanager-wait-online.service?
Post by: dima99816 on 23 May 2022, 21:04:03
I know how to do it on systemd:
Code: [Select]
systemctl disable NetworkManager-wait-online-service

But how to do it on runit???
Title: Re: How to turn off Networkmanager-wait-online.service?
Post by: cat herders of linux on 24 May 2022, 01:51:24
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>
Title: Re: How to turn off Networkmanager-wait-online.service?
Post by: VictorBrand on 24 May 2022, 04:46:52
Well, more interesting question is, how did you manage to turn this service on under runit, so that you need to turn it off?
Title: Re: How to turn off Networkmanager-wait-online.service?
Post by: cat herders of linux on 24 May 2022, 19:06:02
probab
Well, more interesting question is, how did you manage to turn this service on under runit, so that you need to turn it off?
prolly the community iso came that way?
Title: Re: How to turn off Networkmanager-wait-online.service?
Post by: qontinuum on 24 May 2022, 19:38:45
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
Title: Re: How to turn off Networkmanager-wait-online.service?
Post by: cat herders of linux on 24 May 2022, 19:45:32
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