summaryrefslogtreecommitdiff
path: root/units/systemd-suspend.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-25 14:24:56 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-25 14:28:50 +0200
commit0e0320e04500d1e68630b3973714f14cfb7b3450 (patch)
tree3539fd7fb20ee672bbf6f096b74a6def5c5df7b0 /units/systemd-suspend.service.in
parent93a1d735aca5584a005d851f12cb0b8c7bb5e5ca (diff)
downloadsystemd-0e0320e04500d1e68630b3973714f14cfb7b3450.tar.gz
units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx
These service units also execute our own code, hence rename the accordingly and prefix them with systemd-
Diffstat (limited to 'units/systemd-suspend.service.in')
-rw-r--r--units/systemd-suspend.service.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/units/systemd-suspend.service.in b/units/systemd-suspend.service.in
new file mode 100644
index 0000000000..3cf819e476
--- /dev/null
+++ b/units/systemd-suspend.service.in
@@ -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=Suspend
+DefaultDependencies=no
+Requires=sleep.target
+After=sleep.target
+
+[Service]
+Type=oneshot
+ExecStart=@rootlibexecdir@/systemd-sleep suspend