Artix Linux Forum

Init systems => S6 => Topic started by: shoober420 on 22 August 2020, 06:46:26

Title: [Solved] ananicy breaks s6
Post by: shoober420 on 22 August 2020, 06:46:26
After installing ananicy and putting “exec ananicy start” in the rc.local file, my system becomes borked. I can’t launch sway or even use the poweroff command to shut off the computer. I had to uninstall ananicy and remove it from the rc.local file for s6 to work again. ananicy does include cgroups rules. Could this be breaking s6?
Title: Re: ananicy breaks s6
Post by: alium on 22 August 2020, 11:42:57
We start s6 service really not from /etc/rc.local.
Please learn how to start service on s6 8)  ;)
Title: Re: ananicy breaks s6
Post by: Dudemanguy on 22 August 2020, 15:47:29
Please be careful with the rc.local file. You can very easily break things if you put bad commands in there. :P I took a quick look at this program on github and it explicitly depends on systemd. It runs "systemd-notify" multiple times, so you're unfortunately out of luck here.
Title: Re: ananicy breaks s6
Post by: shoober420 on 22 August 2020, 16:17:57
My machine is ok now, but that explains everything. Thanks for the info. I’ll make an issue on his GitHub page (https://github.com/Nefelim4ag/Ananicy) and see if he can make the program more modular, and support other init systems. I’ll upload an ananicy-s6 package if that time comes.
Title: Re: [Solved] ananicy breaks s6
Post by: linuxer on 17 January 2021, 01:24:15
Hi @shoober420 again.

Wishing that you will have fun with ananicy packages on universe repo.

Regards