mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
man: document ConditionPathIsDirectory=
This commit is contained in:
parent
43515ba0ce
commit
c61e77d3ea
2
TODO
2
TODO
@ -23,8 +23,6 @@ F15:
|
|||||||
|
|
||||||
* fix alsa mixer restore to not print error when no config is stored
|
* fix alsa mixer restore to not print error when no config is stored
|
||||||
|
|
||||||
* ConditionDirectoryNotEmpty= needs to be documented
|
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* tmpfiles should allow two identical lines
|
* tmpfiles should allow two identical lines
|
||||||
|
@ -561,6 +561,7 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>ConditionPathExists=</varname></term>
|
<term><varname>ConditionPathExists=</varname></term>
|
||||||
|
<term><varname>ConditionPathIsDirectory=</varname></term>
|
||||||
<term><varname>ConditionDirectoryNotEmpty=</varname></term>
|
<term><varname>ConditionDirectoryNotEmpty=</varname></term>
|
||||||
<term><varname>ConditionKernelCommandLine=</varname></term>
|
<term><varname>ConditionKernelCommandLine=</varname></term>
|
||||||
<term><varname>ConditionVirtualization=</varname></term>
|
<term><varname>ConditionVirtualization=</varname></term>
|
||||||
@ -584,10 +585,15 @@
|
|||||||
is prefixed with an exclamation mark
|
is prefixed with an exclamation mark
|
||||||
(!), the test is negated, and the unit
|
(!), the test is negated, and the unit
|
||||||
only started if the path does not
|
only started if the path does not
|
||||||
exist. <varname>ConditionDirectoryNotEmpty=</varname>
|
exist. <varname>ConditionPathIsDirectory=</varname>
|
||||||
is similar to
|
is similar to
|
||||||
<varname>ConditionPathExists=</varname>
|
<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
|
exists and is a non-empty
|
||||||
directory. Similarly
|
directory. Similarly
|
||||||
<varname>ConditionKernelCommandLine=</varname>
|
<varname>ConditionKernelCommandLine=</varname>
|
||||||
|
Loading…
Reference in New Issue
Block a user