-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Enhance showing units' templates #11269
Comments
So how does templates actually work? What's a workflow where I need to use them? |
So I am not expert in this, but I will try to explain it as best as I can :) Template is almost normal unit except it takes one variable - that both uniquely identifies the unit (it is in it's name/id) and also can be used inside the unit as argument. In that case you can create bunch of units that differ just a bit (where you use the variable inside unit - All For a real user problem see for example this. If you want to see some instantianted services search for "getty" in services page. Then hit 'ctrl+alt+f4' login and jump back and see that now you have there also |
Replaced by #14549 |
Page: Services
Came from #11241
In services page under
Services
orTimers
there can be templates which are always a bit odd as do not haveStatus
norAutomatic Startup
. Also there is different behavior upon clicking on them. Also picking any startup option different thanAll
hides all of them.There are some ideas how to do this:
Paths
(But it is not really another type, it can be timer or service)Templates
- which is kinda weird to have it there and also it would not solve problem that templates look odd in the table (especially in timers table)The text was updated successfully, but these errors were encountered: