fix runit services

This commit is contained in:
emmett1
2022-11-13 00:22:56 +08:00
parent f9d9f0946c
commit cdedbb5150
8 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ drwxr-xr-x root/root etc/sv/
drwxr-xr-x root/root etc/sv/alsa/
-rwxr-xr-x root/root etc/sv/alsa/finish
-rwxr-xr-x root/root etc/sv/alsa/run
lrwxrwxrwx root/root etc/sv/alsa/supervise -> /run/runit/supervise.alsa
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/udev/
drwxr-xr-x root/root lib/udev/rules.d/

View File

@@ -24,4 +24,5 @@ build() {
# runit service
install -Dm755 $SRC/run $PKG/etc/sv/alsa/run
install -Dm755 $SRC/finish $PKG/etc/sv/alsa/finish
ln -s /run/runit/supervise.alsa $PKG/etc/sv/alsa/supervise
}

View File

@@ -8,6 +8,7 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root etc/sv/
drwxr-xr-x root/root etc/sv/dbus/
-rwxr-xr-x root/root etc/sv/dbus/run
lrwxrwxrwx root/root etc/sv/dbus/supervise -> /run/runit/supervise.dbus
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dbus-cleanup-sockets

View File

@@ -34,4 +34,5 @@ build() {
# runit service
install -Dm755 $SRC/run $PKG/etc/sv/$name/run
ln -s /run/runit/supervise.$name $PKG/etc/sv/$name/supervise
}

View File

@@ -15,6 +15,7 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root etc/sv/
drwxr-xr-x root/root etc/sv/networkmanager/
-rwxr-xr-x root/root etc/sv/networkmanager/run
lrwxrwxrwx root/root etc/sv/networkmanager/supervise -> /run/runit/supervise.networkmanager
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/udev/
drwxr-xr-x root/root lib/udev/rules.d/

View File

@@ -41,5 +41,6 @@ EOF
# runit service
install -Dm755 $SRC/run $PKG/etc/sv/$name/run
ln -s /run/runit/supervise.$name $PKG/etc/sv/$name/supervise
}

View File

@@ -8,6 +8,7 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root etc/sv/
drwxr-xr-x root/root etc/sv/slim/
-rwxr-xr-x root/root etc/sv/slim/run
lrwxrwxrwx root/root etc/sv/slim/supervise -> /run/runit/supervise.slim
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/slim

View File

@@ -36,4 +36,5 @@ build() {
# runit service
install -Dm755 $SRC/run $PKG/etc/sv/$name/run
ln -s /run/runit/supervise.$name $PKG/etc/sv/$name/supervise
}