Commit graph

107 commits

Author SHA1 Message Date
AwesomeAdam54321
f79a0ef8f5 Added apparmor 2021-06-07 02:48:08 +02:00
AwesomeAdam54321
d160dca8c9 Added accounts-daemon 2021-06-06 13:37:04 +02:00
AwesomeAdam54321
9e2b37b552 Split one line into multiple lines
I used the web UI of codeberg.org to write this text file as I feel very comfortable using it, but I didn't realise that opening it in a text file would make a really long line so I split it.
2021-06-03 06:45:03 +02:00
AwesomeAdam54321
3b05a8d70c Added a sv folder and a runit service
Runit doesn't have a concept of instantiated services. But it's not a big problem as there aren't that many instantiated services and you will always know that all services started on boot are in /etc/service, while with instantiated services you need wildcards to find them if you don't know their exact name(systemctl status "*@*").

You probably won't notice anyway, as eg. all getty@tty1-6/run scripts point to the same getty@/run script, with each service having their own conf file.
2021-05-30 09:51:05 +02:00
AwesomeAdam54321
4ef1114871 instructions.txt
This is my first commit to these instructions. Currently it is incomplete. I will expand it as I go along.
2021-05-30 08:50:13 +02:00
AwesomeAdam54321
fcb8728181 This is the pause executable. It implements oneshot functionality in runit.
Man Page:https://man.voidlinux.org/pause
You can find pause.c here:https://github.com/void-linux/void-runit/blob/master/pause.c
2021-05-30 06:10:07 +02:00
AwesomeAdam54321
ed6ab508c8 Initial commit 2021-05-24 07:23:05 +02:00