mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
17 lines
387 B
SYSTEMD
17 lines
387 B
SYSTEMD
|
[Unit]
|
||
|
Description=Shuts down the "live" preinstalled system cleanly
|
||
|
DefaultDependencies=no
|
||
|
Before=final.target
|
||
|
After=shutdown.target umount.target plymouth-halt.service plymouth-poweroff.service plymouth-reboot.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/sbin/casper-stop
|
||
|
StandardInput=tty-force
|
||
|
StandardOutput=inherit
|
||
|
StandardError=inherit
|
||
|
TTYReset=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=final.target
|