Rename examples to config, it's a proper name

This commit is contained in:
Dan Sosedoff
2017-09-26 22:12:01 -05:00
parent 8bd6f08794
commit bf423658af
3 changed files with 0 additions and 0 deletions

11
config/pgweb.service Normal file
View File

@@ -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