mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 11:52:12 +03:00
0493d77f46
Example Configuration File for Ubuntu 14.04 and Upstart, normally in: /etc/init/
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
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
|