diff options
Diffstat (limited to 'units/session')
-rw-r--r-- | units/session/.gitignore | 1 | ||||
l--------- | units/session/Makefile | 1 | ||||
-rw-r--r-- | units/session/default.target | 11 | ||||
-rw-r--r-- | units/session/exit.service.in | 18 | ||||
-rw-r--r-- | units/session/exit.target | 18 |
5 files changed, 0 insertions, 49 deletions
diff --git a/units/session/.gitignore b/units/session/.gitignore deleted file mode 100644 index eeb62b32ba..0000000000 --- a/units/session/.gitignore +++ /dev/null @@ -1 +0,0 @@ -exit.service diff --git a/units/session/Makefile b/units/session/Makefile deleted file mode 120000 index 50be21181f..0000000000 --- a/units/session/Makefile +++ /dev/null @@ -1 +0,0 @@ -../../src/Makefile
\ No newline at end of file diff --git a/units/session/default.target b/units/session/default.target deleted file mode 100644 index deb310c2f7..0000000000 --- a/units/session/default.target +++ /dev/null @@ -1,11 +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 General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[Unit] -Description=Default diff --git a/units/session/exit.service.in b/units/session/exit.service.in deleted file mode 100644 index 024fbe172d..0000000000 --- a/units/session/exit.service.in +++ /dev/null @@ -1,18 +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 General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[Unit] -Description=Exit the Session -DefaultDependencies=no -Requires=shutdown.target -After=shutdown.target - -[Service] -Type=oneshot -ExecStart=@SYSTEMCTL@ --session --force exit diff --git a/units/session/exit.target b/units/session/exit.target deleted file mode 100644 index f34844c0d3..0000000000 --- a/units/session/exit.target +++ /dev/null @@ -1,18 +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 General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[Unit] -Description=Exit the Session -DefaultDependencies=no -Requires=exit.service -After=exit.service -AllowIsolate=yes - -[Install] -Alias=ctrl-alt-del.target |