From 9fc602124587e7a3b04cca1bcf5d8c12249fce75 Mon Sep 17 00:00:00 2001 From: AwesomeAdam54321 Date: Sat, 26 Jun 2021 12:35:18 +0800 Subject: [PATCH] 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. --- instructions.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/instructions.txt b/instructions.txt index 1bfe237..565b128 100644 --- a/instructions.txt +++ b/instructions.txt @@ -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