Skip to content

Commit

Permalink
Merge pull request moby#23842 from tjanez/docs-systemd-default-target
Browse files Browse the repository at this point in the history
Use 'default.target' in systemd unit file example
  • Loading branch information
SvenDowideit authored Jun 27, 2016
2 parents d4bff5e + 0a8c46d commit 96b0323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/host_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ a new service that will be started after the docker daemon service has started.
ExecStop=/usr/bin/docker stop -t 2 redis_server

[Install]
WantedBy=local.target
WantedBy=default.target

If you need to pass options to the redis container (such as `--env`),
then you'll need to use `docker run` rather than `docker start`. This will
Expand Down

0 comments on commit 96b0323

Please sign in to comment.