Artix Linux Forum

Init systems => S6 => Topic started by: shoober420 on 16 August 2020, 00:04:15

Title: [Solved] s6 and ananicy
Post by: shoober420 on 16 August 2020, 00:04:15
I use a really neat program called ananicy (https://github.com/Nefelim4ag/Ananicy) that sets the priorities for different software and games so your machine runs better. How would I go about starting this program at boot with s6? It’s not necessary a script, so “s6-scripts” shouldn’t effect its startup.
Title: Re: s6 and ananicy
Post by: Dudemanguy on 16 August 2020, 05:33:29
I don't know the details of this daemon but you could potentially start it in /etc/s6/rc.local if you know the command. Of course that has some disadvantages compared to writing a proper s6-rc service script (no processor supervision, etc.), but that should work well enough for you.
Title: Re: [Solved] s6 and ananicy
Post by: jrjong11 on 08 November 2020, 16:54:18
I don't know the details of this daemon but you could potentially start it in /etc/s6/rc.local if you know the command. Of course that has some disadvantages compared to writing a proper s6-rc service script (no processor supervision, etc.), but that should work well enough for you.

thanks for the tip. Will work on https aka ms remoteconnect (https://one2step.net/aka-ms-remoteconnect-minecraft/) it and update you asap
Title: Re: [Solved] s6 and ananicy
Post by: zen89 on 21 November 2020, 17:40:05
thanks for the tip. Will work on it and update you asap
Thanks mate. It worked on my end. (https://roadrunneremails.net)
Title: Re: [Solved] s6 and ananicy
Post by: linuxer on 17 January 2021, 01:28:09
Just adding a note.

Ananicy and init services are, as from today, available in our universe repo.

Regards