X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fuser%2Fsystemd-exit.service.in;fp=units%2Fuser%2Fsystemd-exit.service.in;h=a114f6c1bee2a942aa48639b7e04222df3fbe550;hp=0000000000000000000000000000000000000000;hb=0e0320e04500d1e68630b3973714f14cfb7b3450;hpb=93a1d735aca5584a005d851f12cb0b8c7bb5e5ca diff --git a/units/user/systemd-exit.service.in b/units/user/systemd-exit.service.in new file mode 100644 index 000000000..a114f6c1b --- /dev/null +++ b/units/user/systemd-exit.service.in @@ -0,0 +1,17 @@ +# 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