Merge pull request #214 from jeasoft/patch-1

Example Configuration File for Ubuntu 14.04
This commit is contained in:
Dan Sosedoff 2017-01-20 14:15:49 -06:00 committed by GitHub
commit f6f40ab707

View File

@ -0,0 +1,10 @@
description "PgWeb as a Service for Ubuntu 14.04 With Upstart"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
setuid youruser
setgid www-data
exec /usr/bin/pgweb --bind=0.0.0.0 --listen=8081