Delete files/usr/lib/systemd/user directory
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Start First Boot Wizard when COSMIC setup is done
|
||||
|
||||
[Path]
|
||||
# COSMIC schreibt diese Datei, wenn der Setup abgeschlossen ist
|
||||
PathExists=%h/.config/cosmic-initial-setup-done
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -1,19 +0,0 @@
|
||||
[Unit]
|
||||
Description=First Boot Wizard
|
||||
ConditionPathExists=%h/.config/firstboot/run
|
||||
After=graphical-session.target
|
||||
Wants=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
||||
# Kleiner Puffer für VMs, auf echter Hardware praktisch irrelevant
|
||||
ExecStartPre=/usr/bin/sleep 2
|
||||
|
||||
# Verhindert MESA/ZINK-Fehler in VMs, auf echter Hardware unkritisch
|
||||
Environment=LIBGL_ALWAYS_SOFTWARE=1
|
||||
|
||||
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user