diff options
| author | Paul Buetow <paul@buetow.org> | 2011-02-06 11:59:16 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-02-06 11:59:16 +0000 |
| commit | 74ac098fac8ab2e8385101f9d654f5083abdd00a (patch) | |
| tree | 239f5ea91b6596d5f81e9f1583a34f9ad12fb6ac /control.sh | |
| parent | 6c50aade60a41ef4249ef94eb58ce822782d0760 (diff) | |
fixed path to pidfile
Diffstat (limited to 'control.sh')
| -rw-r--r-- | control.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,11 +6,11 @@ case $1 in ;; stop) - kill $(cat perldaemon.pid) + kill $(cat ./run/perldaemon.pid) ;; logrotate) - kill -HUP $(cat perldaemon.pid) + kill -HUP $(cat ./run/perldaemon.pid) ;; *) |
