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.
This commit is contained in:
AwesomeAdam54321 2021-06-26 12:35:18 +08:00
parent 3c3c78f601
commit 9fc6021245

View file

@ -23,6 +23,7 @@ To test that it succeeded, type pause and hit Enter. It should "pause" the termi
that will send a kill signal to the process.
You need to add your user name (the output of the whoami command) to the USER= variable in sv/pulseaudio-daemon/conf.
Read this commit for more info: "git show 4162a4c17c919c37e161b75136dc78f7fb1571a7"
$ nano sv/pulseaudio-daemon/conf
Change this line from this
@ -42,8 +43,8 @@ $ mkdir sv/$YOUR_DISPLAY_MANAGER
$ cd sv/$YOUR_DISPLAY_MANAGER
$ nano run
#!/bin/sh
#Make the runit equivalent of your display manager
#Make a finish script as well (with "nano finish")after this if it needs one
#Make the runit equivalent of your display manager service(if it isn't lightdm or lxdm)
#Make a finish script as well (with "nano finish")after this if it needs one(if the systemd service has ExecStop= )
$ chmod +x ./run
$ cd ../service
$ ln -s /etc/sv/$YOUR_DISPLAY_MANAGER display-manager #The command below this one is the optional command mentioned earlier