Fix runit daemon deployment

Fixes #706
This commit is contained in:
shadeyg56 2024-05-21 11:01:25 -05:00 committed by GitHub
parent 2b09bf7543
commit 420648f5f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ case "$(ps h -o comm 1)" in
}
if [ -f /etc/os-release ];then
./etc/os-release
eval "$(cat /etc/os-release)"
case $ID in
void) runit_ln /etc /var;;
artix) runit_ln /etc/runit /run/runit;;