diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/local-fs.target | 1 | ||||
-rw-r--r-- | units/remote-fs-setup.target | 11 | ||||
-rw-r--r-- | units/remote-fs.target | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/units/local-fs.target b/units/local-fs.target index dd92b17b6a..ee02e4e988 100644 --- a/units/local-fs.target +++ b/units/local-fs.target @@ -8,5 +8,6 @@ [Unit] Description=Local File Systems Documentation=man:systemd.special(7) +After=local-fs-pre.target OnFailure=emergency.target OnFailureIsolate=yes diff --git a/units/remote-fs-setup.target b/units/remote-fs-setup.target new file mode 100644 index 0000000000..8043717e4a --- /dev/null +++ b/units/remote-fs-setup.target @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# 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 +# (at your option) any later version. + +[Unit] +Description=Remote File System Setup +Documentation=man:systemd.special(7) +DefaultDependencies=no diff --git a/units/remote-fs.target b/units/remote-fs.target index 9e68878ad8..e867b8d997 100644 --- a/units/remote-fs.target +++ b/units/remote-fs.target @@ -8,6 +8,7 @@ [Unit] Description=Remote File Systems Documentation=man:systemd.special(7) +After=remote-fs-pre.target remote-fs-setup.target [Install] WantedBy=multi-user.target |