mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
fix runit services
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user