Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] slim-runit removed from the repo? (Read 969 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] slim-runit removed from the repo?

Remember I used it when I was on runit.

Re: slim-runit removed from the repo?

Reply #1
yes, slim is gone, it's dead since 2013 and not all inits has slim service... feel free use another, by us supported, login manager, please ...
sorry for inconvenience

Re: [SOLVED] slim-runit removed from the repo?

Reply #2
If you insist on using slim you can look at this repository and build the package on your own (I am not sure how long we will archive it):
https://gitea.artixlinux.org/packagesS/slim-runit

Or you can write your own init script (I am still using xdm service for openrc together with slim, it seems obsolete things are made for each other)

Re: [SOLVED] slim-runit removed from the repo?

Reply #3
If you insist on using slim you can look at this repository and build the package on your own (I am not sure how long we will archive it):
https://gitea.artixlinux.org/packagesS/slim-runit

Or you can write your own init script (I am still using xdm service for openrc together with slim, it seems obsolete things are made for each other)

Thanks. Will check it.

Re: [SOLVED] slim-runit removed from the repo?

Reply #4
Guys, sometimes you need to be able to move on in life ... just like in software ... dead things are dead  8)

Re: [SOLVED] slim-runit removed from the repo?

Reply #5
Guys, sometimes you need to be able to move on in life ... just like in software ... dead things are dead  8)
well, I tried and failed few times. Slim works great for me and I like it.
Keep in mind that not all new things are better.

Re: [SOLVED] slim-runit removed from the repo?

Reply #6
well, I tried and failed few times. Slim works great for me and I like it.
Keep in mind that not all new things are better.

I also like slim due to its minimal dependencies. It works great especially when you use WMs.


 

Re: [SOLVED] slim-runit removed from the repo?

Reply #8
I use this for my slim/run script cat /etc/runit/sv/slim/run
Code: [Select]
#!/bin/sh
#if we have ntpd and it hasn't synced yet don't start
sv check ntpd >/dev/null || exit 1
sv check elogind >/dev/null || exit 1
exec slim -nodaemon