2010-05-17 02:49:41 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08:00
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
2010-05-17 02:49:41 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Local File Systems
|
2012-05-21 21:12:18 +08:00
|
|
|
Documentation=man:systemd.special(7)
|
2013-03-26 05:04:40 +08:00
|
|
|
After=local-fs-pre.target
|
2011-04-13 10:35:07 +08:00
|
|
|
OnFailure=emergency.target
|
2013-11-26 08:39:53 +08:00
|
|
|
OnFailureJobMode=replace-irreversibly
|