diff options
author | Alban Crequy <alban.crequy@gmail.com> | 2015-09-21 17:51:21 +0200 |
---|---|---|
committer | Alban Crequy <alban.crequy@gmail.com> | 2015-09-21 17:51:21 +0200 |
commit | 0c5c00f6efffd3c2e7cef659eb9a928f70b844f0 (patch) | |
tree | e7f4c01e50b7b944b9d9d0ed8290ead8762da906 /units/systemd-exit.service.in | |
parent | a1b7a5bbdd8da94e41b5e79be7a6e853ae910d2b (diff) | |
parent | 287419c119ef961db487a281162ab037eba70c61 (diff) |
Merge pull request #1318 from alban/alban/container-exit-code4
containers: systemd exits with non-zero code
Diffstat (limited to 'units/systemd-exit.service.in')
-rw-r--r-- | units/systemd-exit.service.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/units/systemd-exit.service.in b/units/systemd-exit.service.in new file mode 100644 index 0000000000..2dbfb36b41 --- /dev/null +++ b/units/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@ --force exit |