summaryrefslogtreecommitdiff
path: root/units/halt.target
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/halt.target
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/halt.target')
-rw-r--r--units/halt.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/halt.target b/units/halt.target
index 41266b96f0..a21d984b26 100644
--- a/units/halt.target
+++ b/units/halt.target
@@ -9,8 +9,8 @@
Description=Halt
Documentation=man:systemd.special(7)
DefaultDependencies=no
-Requires=halt.service
-After=halt.service
+Requires=systemd-halt.service
+After=systemd-halt.service
AllowIsolate=yes
[Install]