Repository: cloudstack Updated Branches: refs/heads/4.5 206be251a -> 9de521f39
rhel7: fix service name Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9de521f3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9de521f3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9de521f3 Branch: refs/heads/4.5 Commit: 9de521f39041b7cbb4e91a6acf43f13c58c20eb8 Parents: 206be25 Author: Rohit Yadav <[email protected]> Authored: Wed Feb 18 16:29:24 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 18 16:29:24 2015 +0530 ---------------------------------------------------------------------- packaging/centos63/rhel7/cloud-management.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9de521f3/packaging/centos63/rhel7/cloud-management.service ---------------------------------------------------------------------- diff --git a/packaging/centos63/rhel7/cloud-management.service b/packaging/centos63/rhel7/cloud-management.service index 5d69885..ca3519f 100644 --- a/packaging/centos63/rhel7/cloud-management.service +++ b/packaging/centos63/rhel7/cloud-management.service @@ -16,7 +16,7 @@ # under the License. [Unit] -Description=Citrix Cloud Plaltform +Description=Apache CloudStack After=syslog.target network.target [Service] @@ -29,4 +29,4 @@ Group=cloud [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target
