From 0e0320e04500d1e68630b3973714f14cfb7b3450 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 Jun 2012 14:24:56 +0200 Subject: 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- --- units/user/exit.service.in | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 units/user/exit.service.in (limited to 'units/user/exit.service.in') diff --git a/units/user/exit.service.in b/units/user/exit.service.in deleted file mode 100644 index a114f6c1be..0000000000 --- a/units/user/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=@SYSTEMCTL@ --user --force exit -- cgit v1.2.3-54-g00ecf