parse timeout to string

This commit is contained in:
Denis Lehmann 2022-06-11 12:31:00 +02:00
parent 7f400dee63
commit 3abc11d873

View file

@ -98,7 +98,7 @@
ExecStart = ''
${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.cloudName}')" \
--timeout ${cfg.workerTimeout} \
--timeout ${toString cfg.workerTimeout} \
--bind=${cfg.address}:${toString cfg.port}
'';
};