Initial commit uberspace ansible
This commit is contained in:
4
roles/postgres/templates/postgres_service.j2
Normal file
4
roles/postgres/templates/postgres_service.j2
Normal file
@ -0,0 +1,4 @@
|
||||
[program:postgresql]
|
||||
command=%(ENV_HOME)s/opt/postgresql/bin/postgres -D %(ENV_HOME)s/opt/postgresql/data/
|
||||
autostart=yes
|
||||
autorestart=yes
|
||||
Reference in New Issue
Block a user