Github user remibergsma commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/888#discussion_r41700161
  
    --- Diff: packaging/centos7/cloud-management.service ---
    @@ -15,22 +15,19 @@
     # specific language governing permissions and limitations
     # under the License.
     
    -# Systemd unit file for CloudStack Management server
    -# 
    -# clone tomcat service, see /usr/lib/systemd/system/tomcat.service
    -
     [Unit]
     Description=CloudStack Management Server
     After=syslog.target network.target
     
     [Service]
     Type=forking
    -ExecStart=/usr/sbin/tomcat-sysd start
    -ExecStop=/usr/sbin/tomcat-sysd stop
    +PermissionsStartOnly=true
    +ExecStartPre=/usr/bin/systemd-tmpfiles --create
    +ExecStart=/usr/sbin/cloudstack-management start
    --- End diff --
    
    Why is this changed? In the RPM package this file is non existent so it 
fails.
    
    ```
    -- Unit cloudstack-management.service has begun starting up.
    Oct 10 18:41:09 cs1 systemd[3493]: Failed at step EXEC spawning 
/usr/sbin/cloudstack-management: No such file or directory
    -- Subject: Process /usr/sbin/cloudstack-management could not be executed
    -- Defined-By: systemd
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to