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