Artix Linux Forum

Artix Linux => System => Topic started by: Qqqqqqqqqq on 21 April 2021, 07:57:12

Title: Can Artix work with legacy init(not openrc/s6/runit)?
Post by: Qqqqqqqqqq on 21 April 2021, 07:57:12
Будет ли artix работать с обычным инитом(не openrc)?
Title: Re: Artix и SysVInit
Post by: phoenix_king_rus on 21 April 2021, 08:12:56
Будет, если найти все нужные скрипты. Я вот, например, на десктопе использую sinit и он тоже отлично работает.
Title: Re: Can Artix work with legacy init(not openrc/s6/runit)?
Post by: francesco on 21 April 2021, 08:40:13
What is a "legacy" init?
Title: Re: Artix и SysVInit
Post by: x230 on 21 April 2021, 08:41:37
А чем runit не устраивает ?
Title: Re: Can Artix work with legacy init(not openrc/s6/runit)?
Post by: alium on 21 April 2021, 09:58:30
https://wiki.archlinux.org/index.php/Init
sysvinit and openrc was in archlinux  before systemd. they are now "legacy" init. sysvinit is still developed, but  we support it not.

theoretically yes, practically probably not. it's not just about exchanging sysvinit for another init, it's about starting services, you need to have a service written for all those packages too. sysvinit used initscripts, but they are hopelessly outdated, the last initscripts on AUR  is from 2014.

you can try it :D, but much better and easier is just choosing a distribution with your legacy init instead... ;)