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 /units/systemd-fsck-root.service.in | |
parent | networkctl: increase column width for link type to 18, to accomodate for 'iee... (diff) | |
download | systemd-c22bf27beea56516d8f83784759fb30495e058d7.tar.xz systemd-c22bf27beea56516d8f83784759fb30495e058d7.zip |
unit: remove spurious newline
Diffstat (limited to 'units/systemd-fsck-root.service.in')
-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] |