From 8bf7721af7a77a5ae457031bb2267c690f48c40d Mon Sep 17 00:00:00 2001 From: Nirdesh Shukla Date: Tue, 12 Dec 2017 15:33:10 -0800 Subject: [PATCH] adding conf files for deb/rpm --- ...cker-volume-vsphere.conf => vsphere-storage-for-docker.conf} | 2 +- ...olume-vsphere.service => vsphere-storage-for-docker.service} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename misc/scripts/install/{docker-volume-vsphere.conf => vsphere-storage-for-docker.conf} (70%) rename misc/scripts/install/{docker-volume-vsphere.service => vsphere-storage-for-docker.service} (76%) diff --git a/misc/scripts/install/docker-volume-vsphere.conf b/misc/scripts/install/vsphere-storage-for-docker.conf similarity index 70% rename from misc/scripts/install/docker-volume-vsphere.conf rename to misc/scripts/install/vsphere-storage-for-docker.conf index 34e437f71..fbf08ae91 100644 --- a/misc/scripts/install/docker-volume-vsphere.conf +++ b/misc/scripts/install/vsphere-storage-for-docker.conf @@ -1,4 +1,4 @@ -description "Docker Volume Driver for vSphere" +description "Docker Volume Driver for vSphere Storage" start on starting docker stop on stopped docker RESULT=ok diff --git a/misc/scripts/install/docker-volume-vsphere.service b/misc/scripts/install/vsphere-storage-for-docker.service similarity index 76% rename from misc/scripts/install/docker-volume-vsphere.service rename to misc/scripts/install/vsphere-storage-for-docker.service index 34fd52f30..a1eb6e170 100644 --- a/misc/scripts/install/docker-volume-vsphere.service +++ b/misc/scripts/install/vsphere-storage-for-docker.service @@ -1,5 +1,5 @@ [Unit] -Description="Docker Volume Driver for vSphere" +Description="Docker Volume Driver for vSphere Storage" Before=docker.service Requires=docker.service