Sign in
gfiber
/
buildroot
/
60db887f331a2da0982e8eee932b1b8b55c58f96
/
.
/
package
/
google
/
google_buffet
/
buffet_monitor
blob: adc92e0b4a5f877b4599a0b81cc56dcacb4701e1 [
file
] [
log
] [
blame
]
#!/bin/sh
# buffet_monitor periodically restarts buffet.
while
true
do
sleep $1
echo
"Restarting buffet"
pkill
-
9
buffet$
done