Skip to content

Commit

Permalink
Update Okapi systemd service configuration to start Okapi after multi…
Browse files Browse the repository at this point in the history
…-user.target (#1056)

OKAPI-966. This change is required because of a change to the docker-ce Debian package.
  • Loading branch information
wafschneider authored Dec 11, 2020
1 parent 72b7584 commit 990605b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/okapi.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=FOLIO Okapi service
Wants=postgresql.service docker.service
After=network-online.target postgresql.service docker.service
After=network-online.target postgresql.service docker.service multi-user.target


[Service]
Expand Down Expand Up @@ -37,4 +37,3 @@ LimitNOFILE=65536

[Install]
WantedBy=multi-user.target

0 comments on commit 990605b

Please sign in to comment.