From a016a2ea14d59b4b74ab16fddc6847fde737cf33 Mon Sep 17 00:00:00 2001 From: FFrog Date: Fri, 18 Mar 2022 12:29:57 +0800 Subject: [PATCH] delete KillMode=process to kill all process in the cgroup insteal of main process --- openstack-cinder-volume.service | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack-cinder-volume.service b/openstack-cinder-volume.service index 91a8f78..aae872b 100644 --- a/openstack-cinder-volume.service +++ b/openstack-cinder-volume.service @@ -9,7 +9,6 @@ Type=simple User=cinder ExecStart=/usr/bin/cinder-volume --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/volume.log Restart=on-failure -KillMode=process [Install] WantedBy=multi-user.target -- Gitee