Skip to content

Commit

Permalink
Add docker.service as systemd dependency of iotedge (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
myagley authored Oct 17, 2018
1 parent a3ec19e commit 281c73e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edgelet/contrib/systemd/iotedge.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=Azure IoT Edge daemon
After=network-online.target
After=network-online.target docker.service
Wants=docker.service
Requires=network-online.target
Documentation=man:iotedged(8)

Expand Down

0 comments on commit 281c73e

Please sign in to comment.