mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
units: Use built-in halt and kexec features instead of systemctl
This commit is contained in:
@@ -13,7 +13,4 @@ Documentation=man:systemd-halt.service(8)
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target umount.target final.target
|
||||
After=shutdown.target umount.target final.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=systemctl --force halt
|
||||
SuccessAction=halt-force
|
||||
|
||||
@@ -13,7 +13,4 @@ Documentation=man:systemd-kexec.service(8)
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target umount.target final.target
|
||||
After=shutdown.target umount.target final.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=systemctl --force kexec
|
||||
SuccessAction=kexec-force
|
||||
|
||||
Reference in New Issue
Block a user