hydra-server.service: Shut up warning about the terminal size being unknown

This commit is contained in:
Eelco Dolstra 2014-11-12 13:50:25 +01:00
parent d28ee3fd3f
commit cb1395ee47

View file

@ -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}' "