diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-10 01:42:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-10 01:42:48 +0200 |
commit | b9a2a36b519ccd79c4198e7dda4e657d597a14ad (patch) | |
tree | e1902fcbe01b099a9ead147733c02d1276ad0f55 /units | |
parent | 0e456f978134100d2e0cc28c7205b3abefcc9cde (diff) |
local-fs: invoke emergency.service mounting at boot fails
Diffstat (limited to 'units')
-rw-r--r-- | units/local-fs.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/local-fs.target b/units/local-fs.target index 52d0e68101..79fd9b8c1c 100644 --- a/units/local-fs.target +++ b/units/local-fs.target @@ -9,3 +9,5 @@ [Unit] Description=Local File Systems +OnFailure=emergency.service +OnFailureIsolate=yes |