Commit graph

15 commits

Author SHA1 Message Date
AwesomeAdam54321
95c8ddd0e6 Added cron 2021-06-07 02:58:02 +02:00
AwesomeAdam54321
6a3f9d0073 Added console-setup 2021-06-07 02:57:15 +02:00
AwesomeAdam54321
bacb6f9cfa added colord 2021-06-07 02:56:18 +02:00
AwesomeAdam54321
fc984cc5dd Added casper 2021-06-07 02:55:35 +02:00
AwesomeAdam54321
2724df0d38 Added binfmt-support 2021-06-07 02:54:42 +02:00
AwesomeAdam54321
e11d1d5459 Added avahi-daemon 2021-06-07 02:53:40 +02:00
AwesomeAdam54321
ffc7c402ce Added apt-daily-upgrade 2021-06-07 02:52:54 +02:00
AwesomeAdam54321
c38259e198 Added apt-daily 2021-06-07 02:51:44 +02:00
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