summaryrefslogtreecommitdiff
path: root/community/pound/pound.runit
diff options
context:
space:
mode:
Diffstat (limited to 'community/pound/pound.runit')
-rwxr-xr-xcommunity/pound/pound.runit3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/pound/pound.runit b/community/pound/pound.runit
index 2e0be991e..ed59ea046 100755
--- a/community/pound/pound.runit
+++ b/community/pound/pound.runit
@@ -11,7 +11,7 @@ SVC=pound
PID=`pidof $BIN`
if [ -z "$PID" ]
then
- if [ -f /var/run/$SVC.pid ]
+ if [ -f /var/run/$SVC.pid ]
then
rm /var/run/$SVC.pid
rm_daemon $SVC
@@ -21,4 +21,3 @@ then
else
[ -z $PID ] || exec watchpid $PID
fi
-