mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-06 16:31:35 +00:00
Imported using git-ubuntu import. Changelog parent: e4b41272e202e6ea178e9752fe4967de9f33a5fb New changelog entries: [ Steve Langasek ] * Remove spurious call to 'sync'; we don't need to flush all disk caches on the system to cleanly unmount a partition. [ Michael Hudson-Doyle ] * only show alert (i.e. panic) kernel messages on the console when subiquity is running
33 lines
782 B
Desktop File
33 lines
782 B
Desktop File
[Unit]
|
|
Description=Subiquity, the installer for Ubuntu Server
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=rc-local.service
|
|
Requires=snapd.service
|
|
IgnoreOnIsolate=yes
|
|
ConditionPathExists=/dev/tty0
|
|
ConditionPathExists=!/run/subiquity/complete
|
|
|
|
[Service]
|
|
Environment=PYTHONPATH=/usr/share/subiquity
|
|
ExecStartPre=/bin/systemctl stop getty@tty1
|
|
ExecStartPre=/bin/dmesg -n 1
|
|
ExecStart=/sbin/agetty -n --noclear -l /snap/bin/subiquity tty1 $TERM
|
|
ExecStopPost=/bin/systemctl start getty@tty1
|
|
Type=idle
|
|
Restart=always
|
|
RestartSec=0
|
|
UtmpIdentifier=tty1
|
|
TTYPath=/dev/tty1
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
TTYVTDisallocate=yes
|
|
KillMode=process
|
|
IgnoreSIGPIPE=no
|
|
SendSIGHUP=yes
|
|
|
|
#KillMode=process
|
|
#Restart=always
|
|
#StandardInput=tty-force
|
|
#StandardOutput=tty
|
|
#StandardError=tty
|