[Solved] s6 and ananicy 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. Quote Selected Last Edit: 20 August 2020, 21:25:59 by shoober420
Re: s6 and ananicy Reply #1 – 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. Quote Selected 1 Likes
Re: [Solved] s6 and ananicy Reply #2 – 08 November 2020, 16:54:18 Quote from: Dudemanguy – on 16 August 2020, 05:33:29I 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 it and update you asap Quote Selected Last Edit: 21 November 2020, 18:03:50 by jrjong11
Re: [Solved] s6 and ananicy Reply #3 – 21 November 2020, 17:40:05 Quote from: jrjong11 – on 08 November 2020, 16:54:18thanks for the tip. Will work on it and update you asapThanks mate. It worked on my end. Quote Selected
Re: [Solved] s6 and ananicy Reply #4 – 17 January 2021, 01:28:09 Just adding a note.Ananicy and init services are, as from today, available in our universe repo.Regards Quote Selected