mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
Merge pull request #10796 from poettering/systemd-exit-service-fixes
units: corrections for systemd-exit.service
This commit is contained in:
commit
524f8a4aea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user