templates/bin/stopserv.template

Fri, 24 Feb 2017 11:17:53 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 24 Feb 2017 11:17:53 +0100
changeset 174
8f2a834d1d68
parent 47
ce9790523346
child 175
9823770ba4ee
permissions
-rw-r--r--

adds sha2 support for keyfile auth

#!/bin/sh

PID=`cat /tmp/webserver-rw6pgl8b/pid`

kill -TERM $PID

mercurial