Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
228 B

#!/bin/bash
#Terminates the session leader Sipserver which should terminate the children
# The pidfile name is specified as a server parameter in the configuration
# file
PID_FILE=/var/run/sipserver.pid
kill `cat $PID_FILE`