forked from lix-project/hydra
hydra-server.service: Shut up warning about the terminal size being unknown
This commit is contained in:
parent
d28ee3fd3f
commit
cb1395ee47
|
@ -212,7 +212,7 @@ in
|
|||
{ wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "hydra-init.service" ];
|
||||
after = [ "hydra-init.service" ];
|
||||
environment = serverEnv;
|
||||
environment = serverEnv // { COLUMNS = "80"; };
|
||||
serviceConfig =
|
||||
{ ExecStart =
|
||||
"@${cfg.package}/bin/hydra-server hydra-server -f -h '${cfg.listenHost}' "
|
||||
|
|
Loading…
Reference in a new issue