Mercurial Hosting > luan
view backup/stop.sh @ 1825:4eb0551323b0
remove initThreadLogging from LuanDomainHandler
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 21 Aug 2024 19:44:17 -0600 |
parents | 45eaaf5146f3 |
children |
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;