diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-13 04:35:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-13 04:35:07 +0200 |
commit | 090bf7cbc4c2c4363e74c7f250ac65e7e2323ca6 (patch) | |
tree | bbc40cb38c3aa3d72336347c13b51d9ca53ffd53 | |
parent | d893269d9ffa6e72c60c9645ae88f83e826a14f2 (diff) |
units: isolate emergency.target instead of emergency.service when we fail to mount all file systems
-rw-r--r-- | units/local-fs.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/local-fs.target b/units/local-fs.target index 79fd9b8c1c..1886f7499d 100644 --- a/units/local-fs.target +++ b/units/local-fs.target @@ -9,5 +9,5 @@ [Unit] Description=Local File Systems -OnFailure=emergency.service +OnFailure=emergency.target OnFailureIsolate=yes |