Skip to content

Commit

Permalink
Merge pull request #177 from PSSGCSim/master
Browse files Browse the repository at this point in the history
Create pgweb.service
  • Loading branch information
sosedoff authored Sep 29, 2016
2 parents d4baaaa + f0406ca commit 9f4c803
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pgweb.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=pgweb - Cross-platform client for PostgreSQL databases
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/pgweb --bind=0.0.0.0 --listen=8081
Restart=on-abort

[Install]
WantedBy=multi-user.target

0 comments on commit 9f4c803

Please sign in to comment.