summaryrefslogtreecommitdiff
path: root/stop.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-02-06 09:05:20 +0000
committerPaul Buetow <paul@buetow.org>2011-02-06 09:05:20 +0000
commit0ddac9e99a2290547cfe042c236e42e6cbd50282 (patch)
treec0b4c4f6dc409fda1776fa963830513eb054ed2c /stop.sh
parentedc83a6f9f200fbca7c97531e5c398ca254dce67 (diff)
Added stop script
Added status script Added log truncate option Added pidfile
Diffstat (limited to 'stop.sh')
-rwxr-xr-xstop.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/stop.sh b/stop.sh
new file mode 100755
index 0000000..7901290
--- /dev/null
+++ b/stop.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+kill $(cat perldaemon.pid)