X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsession%2Fexit.service.in;h=024fbe172d236d93661dcfdbdd2943953470017e;hb=6210e7fc31e14159627144f7409eadd3ce0d72b9;hp=d098d0da501581317945ea1b5156a3b0f1d2fdbd;hpb=34e9ba669e75fb3b8f481076e75df5c2abb8192b;p=elogind.git diff --git a/units/session/exit.service.in b/units/session/exit.service.in index d098d0da5..024fbe172 100644 --- a/units/session/exit.service.in +++ b/units/session/exit.service.in @@ -1,9 +1,18 @@ +# 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 +Description=Exit the Session DefaultDependencies=no Requires=shutdown.target After=shutdown.target [Service] Type=oneshot -ExecStart=@SYSTEMCTL@ --session daemon-exit +ExecStart=@SYSTEMCTL@ --session --force exit