1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Merge pull request #289 from vholer/master

Add OpenNebula systemd service dependency on MySQL
This commit is contained in:
Javi Fontan 2017-05-03 11:34:00 +02:00 committed by GitHub
commit 191fca5241

View File

@ -3,7 +3,7 @@ Description=OpenNebula Cloud Controller Daemon
After=syslog.target
After=network.target
After=remote-fs.target
After=mariadb.service
After=mariadb.service mysql.service
Before=opennebula-scheduler.service
BindTo=opennebula-scheduler.service