summaryrefslogtreecommitdiff
path: root/units/user
diff options
context:
space:
mode:
Diffstat (limited to 'units/user')
-rw-r--r--units/user/.gitignore1
l---------units/user/Makefile1
-rw-r--r--units/user/default.target10
-rw-r--r--units/user/exit.target17
-rw-r--r--units/user/systemd-exit.service.in17
5 files changed, 0 insertions, 46 deletions
diff --git a/units/user/.gitignore b/units/user/.gitignore
deleted file mode 100644
index 41a74f5461..0000000000
--- a/units/user/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/systemd-exit.service
diff --git a/units/user/Makefile b/units/user/Makefile
deleted file mode 120000
index 50be21181f..0000000000
--- a/units/user/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-../../src/Makefile \ No newline at end of file
diff --git a/units/user/default.target b/units/user/default.target
deleted file mode 100644
index 56cf4dcb9c..0000000000
--- a/units/user/default.target
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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=Default
-Documentation=man:systemd.special(7)
diff --git a/units/user/exit.target b/units/user/exit.target
deleted file mode 100644
index b0ad24c488..0000000000
--- a/units/user/exit.target
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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=Exit the Session
-Documentation=man:systemd.special(7)
-DefaultDependencies=no
-Requires=systemd-exit.service
-After=systemd-exit.service
-AllowIsolate=yes
-
-[Install]
-Alias=ctrl-alt-del.target
diff --git a/units/user/systemd-exit.service.in b/units/user/systemd-exit.service.in
deleted file mode 100644
index 987fab8120..0000000000
--- a/units/user/systemd-exit.service.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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=Exit the Session
-Documentation=man:systemd.special(7)
-DefaultDependencies=no
-Requires=shutdown.target
-After=shutdown.target
-
-[Service]
-Type=oneshot
-ExecStart=@KILL@ -s 58 $MANAGERPID