summarylogtreecommitdiffstats
path: root/opennebula-mysqld.service
AgeCommit message (Collapse)Author
2016-09-09Fix unit references in .service filesJeremy Audet
This prevents errors like the following from being logged when e.g. `systemctl daemon-reload` is executed: Sep 09 16:30:33 beech systemd[1]: [/usr/lib/systemd/system/opennebula-mysqld.service:5] Failed to add dependency on opennebula, ignoring: Invalid argument Sep 09 16:30:33 beech systemd[1]: [/usr/lib/systemd/system/opennebula.service:4] Failed to add dependency on opennebula-mysqld, ignoring: Invalid argument
2016-09-03Add addition unit for requiring mysqlRafael Reggiani Manzo
This allows the default unit to not require MySQL and thus keep it minimal. On the other hand, the second one enables easier management for installations with MySQL.