Browse Source

Merge pull request #42077 from WhyNotHugo/patch-1

rootless: Set service type to `notify`
Tianon Gravi 4 years ago
parent
commit
5a82cee6d4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contrib/dockerd-rootless-setuptool.sh

+ 2 - 1
contrib/dockerd-rootless-setuptool.sh

@@ -307,7 +307,8 @@ install_systemd() {
 			LimitCORE=infinity
 			LimitCORE=infinity
 			TasksMax=infinity
 			TasksMax=infinity
 			Delegate=yes
 			Delegate=yes
-			Type=simple
+			Type=notify
+			NotifyAccess=all
 			KillMode=mixed
 			KillMode=mixed
 
 
 			[Install]
 			[Install]