Skip to content

Commit

Permalink
Merge pull request moby#6873 from tianon/6836-fix-systemd-socket-perms
Browse files Browse the repository at this point in the history
Fix the systemd socket activation socket permissions
  • Loading branch information
tianon committed Jul 7, 2014
2 parents 323e6a3 + 3589f5b commit 07be572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/init/systemd/socket-activation/docker.socket
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Description=Docker Socket for the API

[Socket]
ListenStream=/var/run/docker.sock
SocketMode=0660
SocketUser=root
SocketGroup=docker

[Install]
WantedBy=sockets.target

0 comments on commit 07be572

Please sign in to comment.