From d360705f0f1262d49cccb6507abeafb7cfb5bbe0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 May 2012 19:48:51 +0200 Subject: system-update: add system update generator http://freedesktop.org/wiki/Software/systemd/SystemUpdates --- units/system-update.target | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 units/system-update.target (limited to 'units/system-update.target') diff --git a/units/system-update.target b/units/system-update.target new file mode 100644 index 0000000000..5f638792d1 --- /dev/null +++ b/units/system-update.target @@ -0,0 +1,16 @@ +# 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=System Update +Documentation=http://freedesktop.org/wiki/Software/systemd/SystemUpdates +Documentation=man:systemd.special(7) +Requires=sysinit.target +Conflicts=shutdown.target +After=sysinit.target +Before=shutdown.target +AllowIsolate=yes -- cgit v1.2.3-54-g00ecf