remove pid file mechanism.

use ps+grep or pkill.
This commit is contained in:
iratqq 2008-02-01 04:22:37 +00:00
commit 5316e05705
5 changed files with 0 additions and 54 deletions

View file

@ -21,11 +21,6 @@ sj3.set_server {
-- set daemonize
daemon = true,
-- lockfile: String
-- pid file name
-- Note: this file is created after chroot
pidfile = "/run/sj3serv.pid",
-- max_client: Integer
-- client connect limit value
max_client = 512,