summaryrefslogtreecommitdiffstats
path: root/data/systemd/anaconda.service
diff options
context:
space:
mode:
Diffstat (limited to 'data/systemd/anaconda.service')
-rw-r--r--data/systemd/anaconda.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/systemd/anaconda.service b/data/systemd/anaconda.service
new file mode 100644
index 000000000..0bdb5c9b8
--- /dev/null
+++ b/data/systemd/anaconda.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=the anaconda installation program
+Wants=instperf.service rsyslog.service udev-settle.service
+After=instperf.service rsyslog.service udev-settle.service
+
+[Service]
+Environment=HOME=/root MALLOC_CHECK_=2 MALLOC_PERTURB_=204 PATH=/usr/bin:/bin:/sbin:/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin:/mnt/sysimage/usr/sbin:/mnt/sysimage/sbin PYTHONPATH=/tmp/updates TERM=linux
+Type=oneshot
+WorkingDirectory=/root
+ExecStart=/usr/sbin/anaconda
+StandardInput=tty-force
+TimeoutSec=0