Skip to content

Commit

Permalink
systemd: remove Requires=postgresql
Browse files Browse the repository at this point in the history
This service can be provided on another host.
In case it is on the same host, After= setting ensure correct start order.
  • Loading branch information
bouttier committed Nov 18, 2022
1 parent 80122be commit c550b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taxhub.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Description=TaxHub
After=network.target
After=postgresql.service
Requires=postgresql.service

[Service]
Type=simple
Expand Down

0 comments on commit c550b5d

Please sign in to comment.