summaryrefslogtreecommitdiffstats
path: root/systemd/inital-setup-text.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/inital-setup-text.service')
-rw-r--r--systemd/inital-setup-text.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/systemd/inital-setup-text.service b/systemd/inital-setup-text.service
new file mode 100644
index 0000000..e0548c8
--- /dev/null
+++ b/systemd/inital-setup-text.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=firstboot configuration program (graphical mode)
+After=livesys.service plymouth-quit.service
+Before=display-manager.service getty@tty1.service
+Conflicts=plymouth-quit.service
+
+[Service]
+Type=oneshot
+ExecStartPre=-/bin/plymouth quit
+ExecStart=/usr/sbin/firstboot
+ExecStartPost=/bin/systemctl disable firstboot-graphical.service
+TimeoutSec=0
+RemainAfterExit=yes
+SysVStartPriority=99
+
+[Install]
+WantedBy=graphical.target