eudev: Add runit service.

This commit is contained in:
Dylan Araps 2019-11-28 12:27:39 +00:00
parent cfb475d609
commit 9d52156d58
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 9 additions and 1 deletions

View File

@ -8,3 +8,7 @@
make
make DESTDIR="$1" install
# Install runit service.
install -Dm755 udevd.run "$1/etc/sv/udevd/run"
ln -s /run/runit/supervise.udevd "$1/etc/sv/udevd/supervise"

View File

@ -1 +1,2 @@
89618619084a19e1451d373c43f141b469c9fd09767973d73dd268b92074d4fc eudev-3.2.9.tar.gz
5b965dc067c5f411a3342f867e11ccfcf689cc1bf5957b0da4521c528be4ce5e udevd.run

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec udevd

View File

@ -1 +1,2 @@
https://dev.gentoo.org/~blueness/eudev/eudev-3.2.9.tar.gz
files/udevd.run

View File

@ -1 +1 @@
3.2.9 1
3.2.9 2