From 4f39b1fb3f240e672fea62d429612dc17f1640af Mon Sep 17 00:00:00 2001 From: lelgenio Date: Wed, 2 Feb 2022 17:11:22 -0300 Subject: [PATCH] runit: fix mako starting --- dotfiles/runit_sv/mako/run | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/runit_sv/mako/run b/dotfiles/runit_sv/mako/run index eb05bd2..7baab5f 100755 --- a/dotfiles/runit_sv/mako/run +++ b/dotfiles/runit_sv/mako/run @@ -1,2 +1,8 @@ #!/bin/sh + +while pgrep mako; do + pkill mako + sleep .5s; +done + exec mako