Replies: 2 comments 1 reply
-
See the file Here is how I found it
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ok, I guess I should have read up more on generators. They only have write access to the final unit directory, and are only intended to be used that way, which I suppose makes sense. I was hoping to write |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to add some extra functionality to quadlets, and I figured systemd generators combined with unit dropin files should come in handy. First I thought of defining entirely new directives, but I think that might not be doable without breaking the existing generator.
One thing I want to do is use a couple of shorthands for the rather verbose Traefik labelling system. Writing your own generators seems simple enough. Ditto for some basic parsing of quadlets, but I'm curious as to whether there are any existing utilities I can use to this end? I was unable to find the source for
podman-system-generator.Beta Was this translation helpful? Give feedback.
All reactions