mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
17 lines
387 B
Desktop File
17 lines
387 B
Desktop File
[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
|