runit: fix mako starting

This commit is contained in:
lelgenio 2022-02-02 17:11:22 -03:00
parent b60af24d89
commit 4f39b1fb3f
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
#!/bin/sh
while pgrep mako; do
pkill mako
sleep .5s;
done
exec mako