Mercurial Hosting > luan
view backup/stop.sh @ 2028:2f43f84191c9
Remove restart.sh https://luanhost.luan.software/backup-restart-sh-td1557.html
| author | Violet7 |
|---|---|
| date | Thu, 30 Oct 2025 21:22:03 -0700 |
| parents | 45eaaf5146f3 |
| children | 677795f0a4e7 |
line wrap: on
line source
#!/bin/bash LUAN_PIDS=$(ps ax | awk '{if($0~"[s]erver.luan"){print $1}}'); kill -TERM $LUAN_PIDS; exit 0;
