Alle Typen von Systemd-Units mit ihren Konfigurationsoptionen hinzugefügt.
This commit is contained in:
parent
244aa5f108
commit
9d4af4ea6d
10 changed files with 297 additions and 0 deletions
38
systemd/services/example.service
Normal file
38
systemd/services/example.service
Normal file
|
@ -0,0 +1,38 @@
|
|||
[Unit]
|
||||
|
||||
[Service]
|
||||
Type=simple|*exec*|forking|oneshot|dbus|notify|notify-reload|idle
|
||||
ExitType=main|cgroup
|
||||
RemainAfterExit=no
|
||||
GuessMainPID=
|
||||
PIDFile=
|
||||
BusName=
|
||||
ExecStart=
|
||||
ExecStartPre=
|
||||
ExecStartPost=
|
||||
ExecCondition=
|
||||
ExecReload=
|
||||
ExecStop=
|
||||
ExecStopPost=
|
||||
RestartSec=
|
||||
RestartSteps=
|
||||
RestartMaxDelaySec=
|
||||
TimeoutStartSec=
|
||||
TimeoutStopSec=
|
||||
TimeoutAbortSec
|
||||
TimeoutSec=
|
||||
TimeoutStartFailureMode=
|
||||
TimeoutStopFailureMode=
|
||||
RuntimeMaxSec=
|
||||
RuntimeRandomizedExtraSec=
|
||||
WatchdogSec=
|
||||
Restart=no|on-success|on-failure|on-abnormal|on-watchdog|on-abort|always
|
||||
RestartMode=normal|direct
|
||||
SuccessExitStatus=
|
||||
RestartPreventExitStatus=
|
||||
RestartForceExitStatus=
|
||||
RootDirectoryStartOnly=
|
||||
NonBlocking=
|
||||
|
||||
|
||||
[Install]
|
Loading…
Add table
Add a link
Reference in a new issue