Changed plasma autostart services type, so the systemd services dont stay running
This commit is contained in:
@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user