From 51c7043d4d6ffdbc098a267e53a6c43f6c6a0042 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 2 Sep 2025 08:23:57 +0200 Subject: [PATCH] remove labwc and boxweb-browser from user services need to rethink - should depend whether boxweb is configured - either keep it and enable/disable from install.py - or install only when needed - uninstall whn not longer needed? - waitboot is needed anyway --- {to_home/.config/systemd/user => todo}/boxweb-browser.service | 0 {to_home/.config/systemd/user => todo}/labwc.service | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {to_home/.config/systemd/user => todo}/boxweb-browser.service (100%) rename {to_home/.config/systemd/user => todo}/labwc.service (100%) diff --git a/to_home/.config/systemd/user/boxweb-browser.service b/todo/boxweb-browser.service similarity index 100% rename from to_home/.config/systemd/user/boxweb-browser.service rename to todo/boxweb-browser.service diff --git a/to_home/.config/systemd/user/labwc.service b/todo/labwc.service similarity index 100% rename from to_home/.config/systemd/user/labwc.service rename to todo/labwc.service