mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
units: use correct command to exit
Otherwise we'll end a cyclic loop.
This commit is contained in:
parent
1795457f50
commit
9f782b3e1b
@ -13,4 +13,4 @@ Documentation=man:systemd.special(7)
|
|||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=shutdown.target umount.target final.target
|
Requires=shutdown.target umount.target final.target
|
||||||
After=shutdown.target umount.target final.target
|
After=shutdown.target umount.target final.target
|
||||||
SuccessAction=exit
|
SuccessAction=exit-force
|
||||||
|
Loading…
Reference in New Issue
Block a user