eiwd: remove install

This commit is contained in:
Dylan Araps 2021-07-18 08:40:37 +03:00
parent 04d1ff7fa0
commit 169ad17997
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 3 additions and 2 deletions

View File

@ -10,5 +10,6 @@ make
make install
# Install runit service.
install -Dm755 eiwd.run "$1/etc/sv/eiwd/run"
ln -s /run/runit/supervise.eiwd "$1/etc/sv/eiwd/supervise"
mkdir -p "$1/etc/sv/eiwd"
cp -f eiwd.run "$1/etc/sv/eiwd/run"
ln -sf /run/runit/supervise.eiwd "$1/etc/sv/eiwd/supervise"

0
extra/eiwd/files/eiwd.run Normal file → Executable file
View File