summaryrefslogtreecommitdiff
path: root/units/system-update.target
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-22 19:48:51 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-22 19:48:51 +0200
commitd360705f0f1262d49cccb6507abeafb7cfb5bbe0 (patch)
tree43d546bcb6c28b84ea29e3e02e071ea4d56454f6 /units/system-update.target
parent5ad661b6b05698f8cdb62c1191195b07c68db0f6 (diff)
downloadsystemd-d360705f0f1262d49cccb6507abeafb7cfb5bbe0.tar.gz
system-update: add system update generator
http://freedesktop.org/wiki/Software/systemd/SystemUpdates
Diffstat (limited to 'units/system-update.target')
-rw-r--r--units/system-update.target16
1 files changed, 16 insertions, 0 deletions
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