From f2561e85982ed25b610cad6253599a051f9ec8e2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Jun 2013 00:59:54 +0200 Subject: units: add default units for system.slice, user.slice, machine.slice --- units/slices.target | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 units/slices.target (limited to 'units/slices.target') diff --git a/units/slices.target b/units/slices.target new file mode 100644 index 0000000000..cbfdba0055 --- /dev/null +++ b/units/slices.target @@ -0,0 +1,12 @@ +# 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=Slices +Documentation=man:systemd.special(7) +Wants=system.slice +After=system.slice -- cgit v1.2.3-54-g00ecf