Move systemd script to examples dir

This commit is contained in:
Dan Sosedoff
2016-09-28 20:51:54 -05:00
parent 9f4c803495
commit b6a7d8a54a

11
examples/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