-
Notifications
You must be signed in to change notification settings - Fork 50
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
dbus-service interface="org.opensuse.Network.Scripts" not working #986
Comments
See
So when you add e.g. <scripts>
<post-up>
<script>systemd:[email protected]</script>
</post-up>
</scripts> As this is a systemd template service name containing an "@", the dispatcher will instantiate it / add the dummy0 interface name to it and start the |
It's triggered by the config, see scripts service scheme definition. The <meta:mapping document-node="/scripts/post-up" skip-unless-present="true" /> causes that |
BTW: Easier to understand is the Note: there is no config node passed to any |
Thanks for your info! We added POST_UP_SCRIPTs to the respective interface configurations and it seems to work. |
Documentation and implementation (extensions/dispatch) look promising, but for any reason, no one triggers these events mentioned in server.xml.
Am I missing any component which provides and serves dbus-service interface="org.opensuse.Network.Scripts"?
The text was updated successfully, but these errors were encountered: