2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00

update webkit

This commit is contained in:
kev
2014-12-25 18:02:48 +08:00
parent 67c21bfe42
commit ff186ae821
10 changed files with 314 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ var ok = server.listen(port, function(request, response) {
if(ok) {
var pidfile = '/tmp/webkit-' + port.toString() + '.pid';
var pidfile = '/var/run/webkit-' + port.toString() + '.pid';
utils.info('service started (listen %d)', port);
utils.info('write pidfile: %s (pid %d)', pidfile, sys.pid);
fs.write(pidfile, sys.pid.toString(), 'w');