Rename examples to config, it's a proper name
This commit is contained in:
11
config/pgweb.service
Normal file
11
config/pgweb.service
Normal 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
|
||||
Reference in New Issue
Block a user