diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-15 12:57:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-15 13:19:03 +0200 |
commit | c22bf27beea56516d8f83784759fb30495e058d7 (patch) | |
tree | c6a77e6167595c9bb43449bad10e97ae907047d4 | |
parent | 3e3db0ee860025ad663b13b0ace4e6d627611332 (diff) |
unit: remove spurious newline
-rw-r--r-- | units/systemd-fsck-root.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in index 416298335a..26cce5131e 100644 --- a/units/systemd-fsck-root.service.in +++ b/units/systemd-fsck-root.service.in @@ -11,7 +11,6 @@ Documentation=man:systemd-fsck-root.service(8) DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service Before=local-fs.target shutdown.target - ConditionPathIsReadWrite=!/ [Service] |