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
commit 524f8a4aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

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