mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: Add more places docker.service can be at
More systemd goodness. Documenting where `docker.service` lives under Ubuntu 15. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
parent
9838242db1
commit
c0a1b2d6e9
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ If the `docker.service` file is set to use an `EnvironmentFile`
|
|||
(often pointing to `/etc/sysconfig/docker`) then you can modify the
|
||||
referenced file.
|
||||
|
||||
Or, you may need to edit the `docker.service` file, which can be in `/usr/lib/systemd/system`
|
||||
or `/etc/systemd/service`.
|
||||
Or, you may need to edit the `docker.service` file, which can be in
|
||||
`/usr/lib/systemd/system`, `/etc/systemd/service`, or `/lib/systemd/system`.
|
||||
|
||||
### Runtime directory and storage driver
|
||||
|
||||
|
|
Loading…
Reference in a new issue