Merge pull request #162 from philips/auto-restart-docker

fix(app-emulation/docker): restart on crash
This commit is contained in:
Brandon Philips 2013-08-16 15:40:15 -07:00
commit 5c400a9c21

View File

@ -11,5 +11,8 @@ ExecStartPre=/sbin/sysctl -w net.ipv4.ip_forward=1
ExecStart=/usr/bin/docker -d -D
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target