wvkbd: fix service typo

This commit is contained in:
Colin 2024-02-29 22:04:42 +00:00
parent 50ee15ef2b
commit b73569d675

View File

@ -10,7 +10,7 @@ in
wantedBy = [ "graphical-session.target" ];
serviceConfig = {
# --hidden: send SIGUSR2 to unhide
Execstart = "${cfg.package}/bin/wvkbd-mobintl --hidden";
ExecStart = "${cfg.package}/bin/wvkbd-mobintl --hidden";
Type = "simple";
Restart = "always";
RestartSec = "3s";