Use 'default.target' in systemd unit file example

Previously, 'local.target' was used which is not going to work
out-of-the-box for lots of users.
The 'default.target' is the default unit systemd starts at bootup and
hence what most users would be expected to use.

Signed-off-by: Tadej Janež <tadej.j@nez.si>
This commit is contained in:
Tadej Janež 2016-06-21 16:45:29 +02:00
parent 937c0a1648
commit 0a8c46d5e5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ExecStop=/usr/bin/docker stop -t 2 redis_server
[Install] [Install]
WantedBy=local.target WantedBy=default.target
If you need to pass options to the redis container (such as `--env`), 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 then you'll need to use `docker run` rather than `docker start`. This will