add .pid to pidfile names
darcs-hash:20080904190254-84dde-57d24d7a82e4c7eabef87d60ebb69292832e31ac.gz
This commit is contained in:
parent
aed0fff4ea
commit
65efe17c4e
@ -80,7 +80,7 @@ class Daemon {
|
||||
if (!$name) {
|
||||
return NULL;
|
||||
}
|
||||
return $piddir . '/' . $name;
|
||||
return $piddir . '/' . $name . '.pid';
|
||||
}
|
||||
|
||||
function changeUser() {
|
||||
|
Loading…
Reference in New Issue
Block a user