templates/bin/stopserv.template

Tue, 24 Jan 2017 17:36:04 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 24 Jan 2017 17:36:04 +0100
changeset 154
6394ce09889a
parent 47
ce9790523346
child 175
9823770ba4ee
permissions
-rw-r--r--

adds set-variable saf

most features of this saf are still not implemented

#!/bin/sh

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

kill -TERM $PID

mercurial