We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment
I'm using transient units and properties to run units. The function call takes a dbus.Property slice:
dbus.Property
go-systemd/dbus/methods.go
Line 191 in 7d375ec
I got it working to run a basic binary. But I'm trying to replicate this from a unit file:
Environment="ONE=one" 'TWO=two two' ExecStart=echo $ONE $TWO ${TWO}
Es described in the docs. But unfortunately there is no PropEnvironment in the debus properties file: https://github.com/coreos/go-systemd/blob/main/dbus/properties.go#L37.
PropEnvironment
It would be great if that could be added.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using transient units and properties to run units. The function call takes a
dbus.Property
slice:go-systemd/dbus/methods.go
Line 191 in 7d375ec
I got it working to run a basic binary. But I'm trying to replicate this from a unit file:
Es described in the docs. But unfortunately there is no
PropEnvironment
in the debus properties file:https://github.com/coreos/go-systemd/blob/main/dbus/properties.go#L37.
It would be great if that could be added.
The text was updated successfully, but these errors were encountered: