2013-01-23 17:28:19 +00:00
|
|
|
[Unit]
|
|
|
|
Description=the anaconda installation program
|
2014-04-07 12:38:09 +00:00
|
|
|
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
|
2013-01-23 17:28:19 +00:00
|
|
|
Requires=anaconda.service
|
2015-03-23 11:36:12 +00:00
|
|
|
# TODO: use ConditionArchitecture in systemd v210 or later
|
|
|
|
ConditionPathIsDirectory=|/sys/hypervisor/s390
|
2013-01-23 17:28:19 +00:00
|
|
|
|
|
|
|
[Service]
|
2015-03-23 11:36:12 +00:00
|
|
|
Environment=HOME=/root MALLOC_CHECK_=2 MALLOC_PERTURB_=204 PATH=/usr/bin:/bin:/sbin:/usr GDK_BACKEND=x11 XDG_RUNTIME_DIR=/tmp
|
2013-01-23 17:28:19 +00:00
|
|
|
Type=oneshot
|
|
|
|
WorkingDirectory=/root
|
|
|
|
ExecStart=/usr/sbin/anaconda
|
2015-03-23 11:36:12 +00:00
|
|
|
StandardInput=null
|
2013-01-23 17:28:19 +00:00
|
|
|
StandardOutput=journal+console
|
|
|
|
StandardError=journal+console
|
|
|
|
TimeoutSec=0
|
|
|
|
|