mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 13:17:21 +00:00
Imported using git-ubuntu import. Changelog parent: b05311165170c07d65bc27ea8edf27434c54efca New changelog entries: [ Dimitri John Ledkov ] * Drop obsolete fix-ups of resolv.conf, debootstrap should now result in correct symlink to resolved without any further fixes. [ Michael Hudson-Doyle ] * Have subiquity.service order after on a service defined by the subiquity snap, which in turn will order after the job that mounts the subiquity snap. (LP: #1721414)
34 lines
865 B
Desktop File
34 lines
865 B
Desktop File
[Unit]
|
|
Description=Subiquity, the installer for Ubuntu Server
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=rc-local.service snap.subiquity.started.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
|
|
ExecStartPre=/snap/bin/subiquity.subiquity-loadkeys
|
|
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
|