Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with service opennebula-cloudinit not running #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dol
Copy link

@dol dol commented Jun 10, 2016

The Requires= option supports to define multiple requirements.

Quote:

This option may be specified more than once or multiple space-separated units
may be specified in one option in which case requirement dependencies for all
listed names will be created.

A ',' is invalid and newer versions of systemd fail because the target name is
'network.target,coreos-setup-environment.service'.

The same applies to the Before= and After= options.

The Requires= ( https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Requires= )
option supports to define multiple requirements.
Quote:
--------------
This option may be specified more than once or multiple space-separated units
may be specified in one option in which case requirement dependencies for all
listed names will be created.
--------------

A ',' is invalid and newer versions of systemd fail because the target name is
'network.target,coreos-setup-environment.service'.

The same applies to the Before= and After= options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant