2013-01-23 17:28:19 +00:00
|
|
|
[Install]
|
|
|
|
WantedBy=anaconda.target
|
|
|
|
|
|
|
|
[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
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=HOME=/root MALLOC_CHECK_=2 MALLOC_PERTURB_=204 PATH=/usr/bin:/bin:/sbin:/usr
|
|
|
|
Type=oneshot
|
|
|
|
WorkingDirectory=/root
|
|
|
|
ExecStart=/usr/sbin/anaconda
|
|
|
|
StandardInput=
|
|
|
|
StandardOutput=journal+console
|
|
|
|
StandardError=journal+console
|
|
|
|
TimeoutSec=0
|
|
|
|
|