This repo contains runit services that I made based on systemd services in Linux Lite GNU/Linux. They should work on other GNU/Linux distributions as well. I will also give instructions on how to replace systemd init with runit-init or the GNU Shepherd.
Find a file
AwesomeAdam54321 9fc6021245 Added aliases to services(by adding more symlinks) and updated instructions.txt
Aliases can be added by adding more symlinks in the service directory. Eg. the rsyslog and syslog services in the service
directory both point to /etc/sv/rsyslog. Of course, the specific services that your system uses and their aliases can vary
from mine. That can be changed as required.
2021-06-26 12:37:11 +08:00
service removed display-manager in service directory as it is handled in the instructions 2021-06-25 14:53:52 +08:00
sv Added lxdm service 2021-06-26 11:50:51 +08:00
instructions.txt Added aliases to services(by adding more symlinks) and updated instructions.txt 2021-06-26 12:37:11 +08:00
LICENSE Removed any uncertainty regarding licensing in this repository(I moved it here so it's more visible) 2021-06-22 11:52:20 +02:00
pause.c This is the pause executable. It implements oneshot functionality in runit. 2021-05-30 06:10:07 +02:00
README.md Initial commit 2021-05-24 07:23:05 +02:00

LL_Runit_Scripts

This repo contains runit services that I made based on systemd services in Linux Lite GNU/Linux(TODO). They should work on other GNU/Linux distributions as well.

I will also give instructions on how to replace systemd init with runit-init.(TODO)