crufty stop script for voila

master
ml server 2020-01-21 17:28:55 -07:00
parent 19b1df04b0
commit 3921c3ead8
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/bash
set -x
killall voila
sleep 2
ps ax|grep voila | grep -v grep
sleep 3
ps ax|grep voila | grep -v grep