Mercurial Hosting > luan
view backup/stop.sh @ 2025:677795f0a4e7
fix
| author | Franklin Schmidt <fschmidt@gmail.com> | 
|---|---|
| date | Wed, 29 Oct 2025 21:34:39 -0600 | 
| parents | 45eaaf5146f3 | 
| children | 9c10e37c56f6 | 
line wrap: on
 line source
#!/bin/bash LUAN_PIDS=$(ps ax | awk '{if($0~"(backup_)?[s]erver.luan"){print $1}}'); echo $LUAN_PIDS kill -TERM $LUAN_PIDS; exit 0;
