forked from kiss-community/repo
libseat: provide runit service
This commit is contained in:
parent
d1272e46e1
commit
b8d5049694
@ -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"
|
||||
|
@ -1 +1,2 @@
|
||||
274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988
|
||||
b30d01feb5a9cbd177d646580324687034e939fa12326c766eb7cac117507b25
|
||||
|
2
wayland/libseat/files/seatd.run
Executable file
2
wayland/libseat/files/seatd.run
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec seatd -g video
|
@ -1 +1,2 @@
|
||||
https://git.sr.ht/~kennylevinsen/seatd/archive/0.5.0.tar.gz
|
||||
files/seatd.run
|
||||
|
@ -1 +1 @@
|
||||
0.5.0 1
|
||||
0.5.0 2
|
||||
|
Loading…
Reference in New Issue
Block a user