You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/03/24 17:29:20 UTC

[GitHub] [cloudstack] andrijapanicsb commented on issue #3973: systemd dependency on db

andrijapanicsb commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-603390770
 
 
   @DaanHoogland you'll need to please add "mysqld" as the dependency as well (mysql happens to be an alias for mysqld 5.6 on CentOS7-  what @Spaceman1984 tested) - as "mysqld" is the unit name for mysql 5.7 and there is no such alias
   
   Tested by adding "mysql.service" alias:
   /usr/lib/systemd/system/mysqld.service (edited) 
   [Install]
   WantedBy=multi-user.target
   Alias=mysql.service 
   
   LGTM (after adding "mysqld")
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services