From 5c96a31cd8a969f38795be22e09bfe8a1e4979af Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 3 Aug 2023 12:21:16 +0200 Subject: [PATCH] base: Start wind on startup instead of the shell --- base/etc/init/99-login | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/etc/init/99-login b/base/etc/init/99-login index 2a3b5f95..29cdbcaa 100644 --- a/base/etc/init/99-login +++ b/base/etc/init/99-login @@ -1,4 +1,4 @@ Name=login -Description=Start the command-line login program. -Command=/usr/bin/login +Description=Start the display server. +Command=/usr/bin/wind --user=selene Restart=true