fix the ktailctl
systemd user service failing to start on plasma startup
This commit is contained in:
parent
c60fbee7fd
commit
cd0b21cfb3
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ in
|
|||
systemd.user.services = {
|
||||
ktailctl = {
|
||||
enable = true;
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "default.target" ];
|
||||
after = [ "plasma-kcminit.service" ]; # Wait until Plasma session is initialized
|
||||
wantedBy = [ "plasma-kcminit.service" ]; # Start the service along with Plasma session
|
||||
description = "A GUI to monitor and manage Tailscale on your Linux desktop, built using KDE Frameworks and Kirigami2.";
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
Loading…
Add table
Reference in a new issue