mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 13:17:21 +00:00
694a6b88d1
Imported using git-ubuntu import. Changelog parent: 958a32a53124a1b7134e51645549a8a18034fc27 New changelog entries: * Run subiquity on any serial consoles that the user told systemd about.
24 lines
671 B
Desktop File
24 lines
671 B
Desktop File
[Unit]
|
|
Description=Subiquity, the installer for Ubuntu Server %I
|
|
BindsTo=dev-%i.device
|
|
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=rc-local.service
|
|
ConditionPathExists=!/run/subiquity/complete
|
|
StartLimitInterval=0
|
|
|
|
[Service]
|
|
Environment=PYTHONPATH=/usr/share/subiquity
|
|
ExecStartPre=/bin/systemctl stop serial-getty@%I
|
|
ExecStart=/sbin/agetty -n --keep-baud -l /snap/bin/subiquity --login-options "--serial" 115200,38400,9600 %I $TERM
|
|
ExecStopPost=/bin/systemctl start serial-getty@%I
|
|
Type=idle
|
|
Restart=always
|
|
RestartSec=0
|
|
UtmpIdentifier=%I
|
|
TTYPath=/dev/%I
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
KillMode=process
|
|
IgnoreSIGPIPE=no
|
|
SendSIGHUP=yes
|