From f92a18f5274ad506aed600b2ed8f4a560c510807 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 4 Jun 2010 18:43:40 +0200 Subject: units: introduce and explain sysinit.target --- units/basic.target | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 units/basic.target (limited to 'units/basic.target') 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 -- cgit v1.2.3-54-g00ecf