mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update systemd service file with suggestions from @seblu
This commit is contained in:
parent
39f21af687
commit
75e9cff98c
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=http://docs.docker.io
|
Documentation=http://docs.docker.io
|
||||||
Requires=network.target
|
After=network.target
|
||||||
After=multi-user.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
|
||||||
ExecStartPre=/bin/mount --make-rprivate /
|
ExecStartPre=/bin/mount --make-rprivate /
|
||||||
ExecStart=/usr/bin/docker -d
|
ExecStart=/usr/bin/docker -d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue