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: [email protected] With regards, Apache Git Services
