fix gonme-keyring

This commit is contained in:
Henri Dohmen 2025-06-01 12:07:45 +02:00
parent 0a97130655
commit c26cc20f57
3 changed files with 9 additions and 10 deletions

View file

@ -44,7 +44,7 @@ in
Description = "protonmail bridge";
};
Install = {
wantedBy = [ "graphical-session.target" ];
WantedBy = [ "graphical-session.target" ];
};
Service =
let
@ -53,9 +53,7 @@ in
{
ExecStart = "${lib.getExe cfg.package} --noninteractive ${logLevel}";
Restart = "always";
RestartSec = "2s";
Environment = [ "PATH=${lib.makeBinPath (cfg.path ++ [ cfg.package ])}" ];
path = cfg.path;
};
};
};