diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-06 01:32:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-06 01:32:16 +0200 |
commit | 8519e861a8244eda106be87cc4b6e09804efdc1e (patch) | |
tree | ac2abc71188272c28cf26e9a044e3f64fc4f0179 /units/suse | |
parent | 922cc0011979f8eda0f8b07f76bca744f50f0e31 (diff) |
units: add missing fsck.target file
Diffstat (limited to 'units/suse')
-rw-r--r-- | units/suse/fsck.target | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/units/suse/fsck.target b/units/suse/fsck.target new file mode 100644 index 0000000000..5da9a4ff9d --- /dev/null +++ b/units/suse/fsck.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 General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=File System Check |