Repository: cloudstack Updated Branches: refs/heads/4.5 c82d01111 -> 1544d090b
CLOUDSTACK-7671: before starting run systemd-tmpfiles --create 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/1544d090 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1544d090 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1544d090 Branch: refs/heads/4.5 Commit: 1544d090b458c8c28f7694d39270a886893c1a2e Parents: c78d341 Author: Rohit Yadav <[email protected]> Authored: Thu Feb 19 14:54:42 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Feb 19 14:55:31 2015 +0530 ---------------------------------------------------------------------- packaging/centos63/rhel7/cloud-management.service | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1544d090/packaging/centos63/rhel7/cloud-management.service ---------------------------------------------------------------------- diff --git a/packaging/centos63/rhel7/cloud-management.service b/packaging/centos63/rhel7/cloud-management.service index e1562d5..fc1a5e1 100644 --- a/packaging/centos63/rhel7/cloud-management.service +++ b/packaging/centos63/rhel7/cloud-management.service @@ -21,6 +21,7 @@ After=syslog.target network.target [Service] Type=forking +ExecStartPre=/usr/bin/systemd-tmpfiles --create ExecStart=/usr/sbin/cloudstack-management start ExecStop=/usr/sbin/cloudstack-management stop SuccessExitStatus=143
