summaryrefslogtreecommitdiff
path: root/units/user
diff options
context:
space:
mode:
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 eeb62b32ba..41a74f5461 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 539e03a9aa..b0ad24c488 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 a114f6c1be..a114f6c1be 100644
--- a/units/user/exit.service.in
+++ b/units/user/systemd-exit.service.in