]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add .pid to pidfile names
authorEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:02:54 +0000 (15:02 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:02:54 +0000 (15:02 -0400)
darcs-hash:20080904190254-84dde-57d24d7a82e4c7eabef87d60ebb69292832e31ac.gz

lib/daemon.php

index 09144afe730e2119c75d373dfbccdb6b8098f2c2..0bda0272f4bbd20ef17c444dc13a17a5d1952396 100644 (file)
@@ -80,7 +80,7 @@ class Daemon {
                if (!$name) {
                        return NULL;
                }
-               return $piddir . '/' . $name;
+               return $piddir . '/' . $name . '.pid';
        }
 
        function changeUser() {