Add setting up systemd
This commit is contained in:
parent
bc0f9db31d
commit
688d23527f
3 changed files with 31 additions and 14 deletions
|
@ -5,8 +5,8 @@ After=network.target
|
|||
[Service]
|
||||
Type=notify
|
||||
|
||||
User=postgres
|
||||
Group=services
|
||||
User=postgresql
|
||||
Group=servicesql
|
||||
|
||||
ExecStart=<%= postgres_bin %> -D <%= database_dir %>/data
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue