diff options
| author | Paul Buetow <paul@buetow.org> | 2011-02-06 09:05:20 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-02-06 09:05:20 +0000 |
| commit | 0ddac9e99a2290547cfe042c236e42e6cbd50282 (patch) | |
| tree | c0b4c4f6dc409fda1776fa963830513eb054ed2c /status.sh | |
| parent | edc83a6f9f200fbca7c97531e5c398ca254dce67 (diff) | |
Added stop script
Added status script
Added log truncate option
Added pidfile
Diffstat (limited to 'status.sh')
| -rwxr-xr-x | status.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.sh b/status.sh new file mode 100755 index 0000000..7901290 --- /dev/null +++ b/status.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +kill $(cat perldaemon.pid) |
