libseat: provide runit service

This commit is contained in:
Dylan Araps 2021-07-13 11:54:47 +03:00
parent d1272e46e1
commit b8d5049694
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 10 additions and 1 deletions

View File

@ -13,3 +13,8 @@ meson \
ninja -C build
ninja -C build install
# Install runit service.
mkdir -p "$1/etc/sv/seatd"
cp -f seatd.run "$1/etc/sv/seatd/run"
ln -sf /run/runit/supervise.seatd "$1/etc/sv/seatd/supervise"

View File

@ -1 +1,2 @@
274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988
b30d01feb5a9cbd177d646580324687034e939fa12326c766eb7cac117507b25

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec seatd -g video

View File

@ -1 +1,2 @@
https://git.sr.ht/~kennylevinsen/seatd/archive/0.5.0.tar.gz
files/seatd.run

View File

@ -1 +1 @@
0.5.0 1
0.5.0 2