bundles: add Requires=postgresql.service to some services which require postgresql
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
493d7957fd
commit
638e37c05f
10 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=PowerDNS-Admin
|
||||
After=network.target postgresql.service
|
||||
After=network.target
|
||||
Requires=postgresql.service
|
||||
|
||||
[Service]
|
||||
User=powerdnsadmin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue