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

Does not support templated systemd units (Containing an @ symbol) #2

Open
zacps opened this issue May 1, 2018 · 0 comments
Open

Does not support templated systemd units (Containing an @ symbol) #2

zacps opened this issue May 1, 2018 · 0 comments

Comments

@zacps
Copy link

zacps commented May 1, 2018

Templated systemd units run like [email protected] throw errors when trying to watch either the full name ([email protected]) or the actual service file name: [email protected].

More about templated units here (ctrl-f for template).

Ideally given the generic service@ name all instances of the template unit would be monitored and given a specific service@argument would monitor just that instance.

Trying service@ yields:

systemd plugin: failed to monitor unit [email protected]: org.freedesktop.systemd1.NoSuchUnit: Unit [email protected] not loaded.

Trying service@argument yields:

systemd plugin: failed to monitor unit [email protected]: org.freedesktop.systemd1.NoSuchUnit: Unit [email protected] not loaded.
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

No branches or pull requests

1 participant