]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/TRANSIENT-SETTINGS.md
Merge pull request #11988 from keszybz/test-binaries-installation
[thirdparty/systemd.git] / docs / TRANSIENT-SETTINGS.md
index bb13cfdbfe7885ca61e0f8f28c49bf8831774f17..ac89fb174ff96c5e4d1b4f402d3412801d0b60cf 100644 (file)
@@ -1,3 +1,7 @@
+---
+title: What settings are currently available for transient units?
+---
+
 # What settings are currently available for transient units?
 
 Our intention is to make all settings that are available as unit file settings
@@ -45,6 +49,8 @@ Most generic unit settings are available for transient units.
 ✓ StartLimitAction=ACTION
 ✓ FailureAction=
 ✓ SuccessAction=
+✓ FailureActionExitStatus=
+✓ SuccessActionExitStatus=
 ✓ AddRef=
 ✓ RebootArgument=STRING
 ✓ ConditionPathExists=
@@ -135,6 +141,8 @@ All execution-related settings are available for transient units.
 ✓ SyslogLevelPrefix=
 ✓ LogLevelMax=
 ✓ LogExtraFields=
+✓ LogRateLimitIntervalSec=
+✓ LogRateLimitBurst=
 ✓ SecureBits=
 ✓ CapabilityBoundingSet=
 ✓ AmbientCapabilities=
@@ -216,6 +224,7 @@ All cgroup/resource control settings are available for transient units
 ✓ CPUShares=
 ✓ StartupCPUShares=
 ✓ CPUQuota=
+✓ CPUQuotaPeriodSec=
 ✓ MemoryAccounting=
 ✓ MemoryMin=
 ✓ MemoryLow=
@@ -257,6 +266,7 @@ All process killing settings are available for transient units:
 ✓ KillMode=
 ✓ KillSignal=
 ✓ FinalKillSignal=
+✓ WatchdogSignal=
 ```
 
 ## Service Unit Settings
@@ -279,7 +289,6 @@ Most service unit settings are available for transient units.
 ✓ WatchdogSec=
 ✓ Type=
 ✓ Restart=
-✓ PermissionsStartOnly=
 ✓ RootDirectoryStartOnly=
 ✓ RemainAfterExit=
 ✓ GuessMainPID=