forked from kiss-community/repo
eiwd: Add runit service
This commit is contained in:
parent
b216470794
commit
6d56c97d20
@ -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"
|
||||
|
@ -1 +1,2 @@
|
||||
35e9938ccecad1a1336ee94d92ec5cfc2f059bd6d3b154034a450ac3385dbc19 eiwd-1.6-1.tar.xz
|
||||
9798194395fbc26a1ad8465bab7ac9c9e94c3a51edaf5987a414037c34169e63 eiwd.run
|
||||
|
2
extra/eiwd/files/eiwd.run
Normal file
2
extra/eiwd/files/eiwd.run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec iwd -d
|
@ -1 +1,2 @@
|
||||
https://github.com/dylanaraps/eiwd/releases/download/1.6-1/eiwd-1.6-1.tar.xz
|
||||
files/eiwd.run
|
||||
|
Loading…
Reference in New Issue
Block a user