eiwd: Add runit service

This commit is contained in:
Dylan Araps 2020-04-26 14:43:33 +03:00
parent b216470794
commit 6d56c97d20
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 8 additions and 0 deletions

View File

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

View File

@ -1 +1,2 @@
35e9938ccecad1a1336ee94d92ec5cfc2f059bd6d3b154034a450ac3385dbc19 eiwd-1.6-1.tar.xz
9798194395fbc26a1ad8465bab7ac9c9e94c3a51edaf5987a414037c34169e63 eiwd.run

View File

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

View File

@ -1 +1,2 @@
https://github.com/dylanaraps/eiwd/releases/download/1.6-1/eiwd-1.6-1.tar.xz
files/eiwd.run