diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-09-12 15:29:43 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-09-12 15:29:43 -0400 |
commit | 4dda515821a9a05f73da082a11049b0c302858f1 (patch) | |
tree | b46ab64106ccddb10a7680771629d7ac9b171d44 /conf | |
parent | d1d2c4e5c99be95641713635f23f3da238ca0aaf (diff) | |
download | liza-4dda515821a9a05f73da082a11049b0c302858f1.tar.gz liza-4dda515821a9a05f73da082a11049b0c302858f1.tar.bz2 liza-4dda515821a9a05f73da082a11049b0c302858f1.zip |
Re-add pidfilev3.1.0
Configurable via the `pidfile' config option.
* bin/server.js: Accept `pidfile' config. Include path in greeting.
(writePidFile): Write to `pidfile' and unlink after exit.
* conf/vanilla-server.json (pidfile): Add configuration key.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/vanilla-server.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/vanilla-server.json b/conf/vanilla-server.json index 14f7fc5..5e5da12 100644 --- a/conf/vanilla-server.json +++ b/conf/vanilla-server.json @@ -2,6 +2,8 @@ "name": "Liza Server", "daemon": "../src/server/daemon/DevDaemon", + "pidfile": "", + "http": { "port": 8822 }, |