diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-09-21 01:29:38 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-09-21 01:42:02 +0200 |
commit | 0d60602c3b4d4b65da672d75c6146f2ea4b27f88 (patch) | |
tree | 9522f11f7c3258e930196f169f8c0a062da83a20 /units/var-run.mount | |
parent | condition: always follow symlinks for condition checks, to mimic test (diff) | |
download | systemd-0d60602c3b4d4b65da672d75c6146f2ea4b27f88.tar.xz systemd-0d60602c3b4d4b65da672d75c6146f2ea4b27f88.zip |
condition: add ConditionPathIsSymbolicLink
Diffstat (limited to '')
-rw-r--r-- | units/var-run.mount | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/var-run.mount b/units/var-run.mount index c513dfecd2..ab4da424c9 100644 --- a/units/var-run.mount +++ b/units/var-run.mount @@ -10,6 +10,7 @@ Description=Runtime Directory Before=local-fs.target # skip mounting if the directory does not exist or is a symlink ConditionPathIsDirectory=/var/run +ConditionPathIsSymbolicLink=!/var/run [Mount] What=/run |