mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 22:21:45 +00:00
man: document ConditionPathIsDirectory=
This commit is contained in:
@@ -23,8 +23,6 @@ F15:
|
||||
|
||||
* fix alsa mixer restore to not print error when no config is stored
|
||||
|
||||
* ConditionDirectoryNotEmpty= needs to be documented
|
||||
|
||||
Features:
|
||||
|
||||
* tmpfiles should allow two identical lines
|
||||
|
||||
@@ -561,6 +561,7 @@
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ConditionPathExists=</varname></term>
|
||||
<term><varname>ConditionPathIsDirectory=</varname></term>
|
||||
<term><varname>ConditionDirectoryNotEmpty=</varname></term>
|
||||
<term><varname>ConditionKernelCommandLine=</varname></term>
|
||||
<term><varname>ConditionVirtualization=</varname></term>
|
||||
@@ -584,10 +585,15 @@
|
||||
is prefixed with an exclamation mark
|
||||
(!), the test is negated, and the unit
|
||||
only started if the path does not
|
||||
exist. <varname>ConditionDirectoryNotEmpty=</varname>
|
||||
exist. <varname>ConditionPathIsDirectory=</varname>
|
||||
is similar to
|
||||
<varname>ConditionPathExists=</varname>
|
||||
but verifies whether a certain path is
|
||||
but verifies whether a certain path
|
||||
exists and is a directory.
|
||||
<varname>ConditionDirectoryNotEmpty=</varname>
|
||||
is similar to
|
||||
<varname>ConditionPathExists=</varname>
|
||||
but verifies whether a certain path
|
||||
exists and is a non-empty
|
||||
directory. Similarly
|
||||
<varname>ConditionKernelCommandLine=</varname>
|
||||
|
||||
Reference in New Issue
Block a user