summaryrefslogtreecommitdiff
path: root/units/user
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/user
parent93a1d735aca5584a005d851f12cb0b8c7bb5e5ca (diff)
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/user')
-rw-r--r--units/user/.gitignore2
-rw-r--r--units/user/exit.target4
-rw-r--r--units/user/systemd-exit.service.in (renamed from units/user/exit.service.in)0
3 files changed, 3 insertions, 3 deletions
diff --git a/units/user/.gitignore b/units/user/.gitignore
index eeb62b32b..41a74f546 100644
--- a/units/user/.gitignore
+++ b/units/user/.gitignore
@@ -1 +1 @@
-exit.service
+/systemd-exit.service
diff --git a/units/user/exit.target b/units/user/exit.target
index 539e03a9a..b0ad24c48 100644
--- a/units/user/exit.target
+++ b/units/user/exit.target
@@ -9,8 +9,8 @@
Description=Exit the Session
Documentation=man:systemd.special(7)
DefaultDependencies=no
-Requires=exit.service
-After=exit.service
+Requires=systemd-exit.service
+After=systemd-exit.service
AllowIsolate=yes
[Install]
diff --git a/units/user/exit.service.in b/units/user/systemd-exit.service.in
index a114f6c1b..a114f6c1b 100644
--- a/units/user/exit.service.in
+++ b/units/user/systemd-exit.service.in