2020-11-09 12:23:58 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2017-11-19 00:35:03 +08:00
|
|
|
#
|
2015-09-18 19:37:34 +08:00
|
|
|
# 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]
|
2018-11-16 18:39:27 +08:00
|
|
|
Description=Exit the Container
|
2015-09-18 19:37:34 +08:00
|
|
|
Documentation=man:systemd.special(7)
|
|
|
|
DefaultDependencies=no
|
2018-11-16 18:34:47 +08:00
|
|
|
Requires=shutdown.target umount.target final.target
|
|
|
|
After=shutdown.target umount.target final.target
|
2018-11-16 18:35:59 +08:00
|
|
|
SuccessAction=exit-force
|