Added CT: Postgresql
This commit is contained in:
16
CT-Files/postgresql/Configs/pgadmin.service
Normal file
16
CT-Files/postgresql/Configs/pgadmin.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=pgAdmin uwsgi service
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/uwsgi-core \
|
||||
--ini /etc/uwsgi/apps-available/pgadmin.ini
|
||||
User=pgadmin
|
||||
Group=www-data
|
||||
Restart=on-failure
|
||||
KillSignal=SIGQUIT
|
||||
Type=notify
|
||||
StandardError=journal
|
||||
NotifyAccess=all
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user