Skip to content

Commit

Permalink
-logged.service: require and order after -data.service
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
Rusty Bird committed Aug 3, 2016
1 parent f8b2247 commit cc0c4df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systemd/corridor-init-logged.service.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Unit]
Description=corridor's logging
Requires=corridor-data.service
After=corridor-data.service

[Service]
ExecStart=@SBIN@/corridor-init-logged
Expand Down

0 comments on commit cc0c4df

Please sign in to comment.