Changed plasma autostart services type, so the systemd services dont stay running
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = ["${pkgs.kdePackages.yakuake}/bin/yakuake"];
|
ExecStart = ["${pkgs.kdePackages.yakuake}/bin/yakuake"];
|
||||||
|
|
||||||
Type = "oneshot";
|
Type = "simple";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "5s";
|
RestartSec = "5s";
|
||||||
Environment = "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin";
|
Environment = "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin";
|
||||||
@ -30,7 +30,7 @@
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = ["${pkgs.trayscale}/bin/trayscale --hide-window"];
|
ExecStart = ["${pkgs.trayscale}/bin/trayscale --hide-window"];
|
||||||
|
|
||||||
Type = "oneshot";
|
Type = "simple";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "5s";
|
RestartSec = "5s";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user