Age | Commit message (Collapse) | Author |
|
mysql service unit, add onegate service unit
|
|
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
|
|
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.
|
|
* add dependency to opennebula to sunstone service
* add dependency to mysqld to opennebula
|
|
Now they take care of creating run and lock dirs as well as only getting
up after other basic required network services.
Thanks to sulaweyo at AUR comments.
|
|
|
|
It was trying to perform a su which froze requiring password.
|
|
This is a good starting point.
|