echo "Politely asking all processes to shut down..."
killall5 -s 15; sleep 3
killall5 -15; sleep 3
echo "Killing the remaning ones..."
killall5 -s 9
killall5 -9
}
rc.unmount_everything() {
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.