mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Remove ProcessType
This commit is contained in:
parent
b0934dcc90
commit
be6f14ea10
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ in {
|
|||
serviceConfig = {
|
||||
KeepAlive = true;
|
||||
RunAtLoad = true;
|
||||
ProcessType = "Background";
|
||||
ProgramArguments = [ "${cfg.package}/bin/ollama" "serve" ];
|
||||
|
||||
EnvironmentVariables = cfg.environmentVariables // {
|
||||
|
|
Loading…
Add table
Reference in a new issue