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