Merge pull request #10796 from poettering/systemd-exit-service-fixes

units: corrections for systemd-exit.service
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2018-11-16 14:29:20 +01:00
committed by GitHub

View File

@@ -8,9 +8,9 @@
# (at your option) any later version.
[Unit]
Description=Exit the Session
Description=Exit the Container
Documentation=man:systemd.special(7)
DefaultDependencies=no
Requires=shutdown.target
After=shutdown.target
SuccessAction=exit
Requires=shutdown.target umount.target final.target
After=shutdown.target umount.target final.target
SuccessAction=exit-force