diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-04 18:43:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-04 18:43:40 +0200 |
commit | f92a18f5274ad506aed600b2ed8f4a560c510807 (patch) | |
tree | e44e2fa379994728ac44eb3d23b7cd75316eac48 /units/basic.target | |
parent | 2f630e5ffd587a74f43d9495768481e9953a865b (diff) |
units: introduce and explain sysinit.target
Diffstat (limited to 'units/basic.target')
-rw-r--r-- | units/basic.target | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/units/basic.target b/units/basic.target new file mode 100644 index 0000000000..aa94b94ad6 --- /dev/null +++ b/units/basic.target @@ -0,0 +1,14 @@ +# 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=Basic System +Requires=sysinit.target local-fs.target swap.target sockets.target +After=sysinit.target local-fs.target swap.target sockets.target +OnlyByDependency=yes |