Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with docker not restarting after instance stop/start #19

Merged
merged 2 commits into from
Oct 10, 2018

Conversation

rappdw
Copy link
Member

@rappdw rappdw commented Oct 10, 2018

Fixes #15

The issue was due to running sed against a symlink which turned the symlink into a file. This prevented systemd from restarting the service on restart.

@codecov-io
Copy link

codecov-io commented Oct 10, 2018

Codecov Report

Merging #19 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   94.25%   94.25%           
=======================================
  Files           5        5           
  Lines          87       87           
=======================================
  Hits           82       82           
  Misses          5        5

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed5634b...af0afab. Read the comment docs.

@mikekwright mikekwright merged commit 689961d into master Oct 10, 2018
@mikekwright mikekwright deleted the dwr/bug-docker-service branch October 10, 2018 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants