summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-08-03 13:46:21 -0400
committerChris Lumens <clumens@redhat.com>2012-08-03 13:46:21 -0400
commit5ae00e456a61b15a6827a4396c723d8a228dc77d (patch)
tree062c6cb09933f824824e0e4c68c1a2883d94d5cc /data
parentf4bf5ace7e4289ca2e5cb900ecfc5230d4119aca (diff)
downloadanaconda-5ae00e456a61b15a6827a4396c723d8a228dc77d.tar.gz
anaconda-5ae00e456a61b15a6827a4396c723d8a228dc77d.tar.xz
anaconda-5ae00e456a61b15a6827a4396c723d8a228dc77d.zip
Correct the location of the tmux config file.
Otherwise, it won't start and thus anaconda won't start. The other way to fix this would be to add stuff to lorax to move the file into place, but I don't want to make lorax changes.
Diffstat (limited to 'data')
-rw-r--r--data/systemd/anaconda.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/systemd/anaconda.service b/data/systemd/anaconda.service
index 5629e00a8..0946d709e 100644
--- a/data/systemd/anaconda.service
+++ b/data/systemd/anaconda.service
@@ -6,4 +6,4 @@ After=anaconda.target
Type=forking
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 LANG=en_US.UTF-8
WorkingDirectory=/root
-ExecStart=/usr/bin/tmux -u -f /etc/anaconda-tmux.conf start
+ExecStart=/usr/bin/tmux -u -f /usr/share/anaconda/tmux.conf start