18 lines
709 B
Desktop File
18 lines
709 B
Desktop File
[Unit]
|
|
Description=the anaconda installation program
|
|
Wants=instperf.service rsyslog.service systemd-udev-settle.service NetworkManager.service
|
|
After=instperf.service rsyslog.service systemd-udev-settle.service NetworkManager.service anaconda-sshd.service
|
|
Requires=anaconda.service
|
|
ConditionPathIsDirectory=|/sys/hypervisor/s390
|
|
ConditionKernelCommandLine=|inst.notmux
|
|
|
|
[Service]
|
|
Environment=HOME=/root MALLOC_CHECK_=2 MALLOC_PERTURB_=204 PATH=/usr/bin:/bin:/sbin:/usr GDK_BACKEND=wayland XDG_RUNTIME_DIR=/run/user/0 GIO_USE_VFS=local LANG=en_US.UTF-8
|
|
Type=oneshot
|
|
WorkingDirectory=/root
|
|
ExecStart=/usr/sbin/anaconda
|
|
StandardInput=tty
|
|
StandardOutput=journal+console
|
|
StandardError=journal+console
|
|
TimeoutSec=0
|
|
|