From 28e93ed8caad2c15d2b3b704801c71b9584de91e Mon Sep 17 00:00:00 2001 From: Max Harmathy Date: Mon, 16 Jul 2018 14:26:53 +0200 Subject: [PATCH] Allow socket activation PartOf deactivates the socket whenever the service get deactivated. The socket unit however should be active nevertheless. Signed-off-by: Max Harmathy --- contrib/init/systemd/docker.socket | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/init/systemd/docker.socket b/contrib/init/systemd/docker.socket index 7dd95098e4..9db5049150 100644 --- a/contrib/init/systemd/docker.socket +++ b/contrib/init/systemd/docker.socket @@ -1,6 +1,5 @@ [Unit] Description=Docker Socket for the API -PartOf=docker.service [Socket] ListenStream=/var/run/docker.sock