mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
units: use correct command to exit
Otherwise we'll end a cyclic loop.
This commit is contained in:
@@ -13,4 +13,4 @@ Documentation=man:systemd.special(7)
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target umount.target final.target
|
||||
After=shutdown.target umount.target final.target
|
||||
SuccessAction=exit
|
||||
SuccessAction=exit-force
|
||||
|
||||
Reference in New Issue
Block a user