Changed plasma autostart services type, so the systemd services dont stay running

This commit is contained in:
2026-05-16 13:32:15 +02:00
parent 234b126da2
commit dcece454e1

View File

@ -15,7 +15,7 @@
serviceConfig = {
ExecStart = ["${pkgs.kdePackages.yakuake}/bin/yakuake"];
Type = "oneshot";
Type = "simple";
Restart = "on-failure";
RestartSec = "5s";
Environment = "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin";
@ -30,7 +30,7 @@
serviceConfig = {
ExecStart = ["${pkgs.trayscale}/bin/trayscale --hide-window"];
Type = "oneshot";
Type = "simple";
Restart = "on-failure";
RestartSec = "5s";
};