Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(controller): use deis-logger for requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Oct 18, 2014
1 parent 143f3c6 commit d5f922a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deisctl/units/deis-controller.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=deis-controller
Requires=deis-logger@1.service
After=deis-logger@1.service
Requires=deis-logger.service
After=deis-logger.service

[Service]
EnvironmentFile=/etc/environment
Expand Down

0 comments on commit d5f922a

Please sign in to comment.