summaryrefslogtreecommitdiffstats
path: root/data/systemd/anaconda-tmux@.service
diff options
context:
space:
mode:
Diffstat (limited to 'data/systemd/anaconda-tmux@.service')
-rw-r--r--data/systemd/anaconda-tmux@.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/systemd/anaconda-tmux@.service b/data/systemd/anaconda-tmux@.service
new file mode 100644
index 000000000..0b8376588
--- /dev/null
+++ b/data/systemd/anaconda-tmux@.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Anaconda Text Console
+Requires=anaconda.service
+After=anaconda.target anaconda.service
+
+[Service]
+Type=simple
+WorkingDirectory=/root
+Environment=LANG=en_US.UTF-8
+ExecStartPre=/usr/bin/echo -e \033%G
+ExecStart=/usr/bin/tmux -u attach -t anaconda
+StandardInput=tty-force
+TTYPath=/dev/%I
+TTYReset=yes
+Restart=always