| Abbreviations |
<reqs>: Requirements for <serv>
<serv>: Current service
|
|
| Unit |
Description of the Service
should be short!
|
Description
|
| |
Place for list of documentation
|
Documentation
|
| |
Sets <reqs> for <serv>
<reqs> must start succesfully
<reqs> start in parallel!
|
Requires
|
| |
Sets <reqs> for <serv>
<reqs> do not need start succesfully
<reqs> start in parallel!
|
Wants
|
| |
Same as "Requires"
But terminates <serv> if <reqs> terminate
|
BindsTo
|
| |
After <serv> is finished starting, the <reqs> listed here, will be started
One of "Requires", "Wants" or "BindsTo" required
|
Before
|
| |
<reqs> listed here, will be started before <serv>
One of "Requires", "Wants" or "BindsTo" required
|
After
|
| |
<reqs> listed here cannot run while <serv> is running
<reqs> listed here will be stopped if <serv> starts
|
Conflicts
|
| |
Start <serv> only if the condition evaluates to true
Skips gracefully
|
Condition
|
| |
Start <serv> only if the condition evaluates to true
Skips with failure
|
Assert
|