From f14ef167caef8ba5f3bea17f780347b586931dec Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 9 Apr 2021 17:01:02 +0200 Subject: glt-stream: fix stream stats counting --- spreadspace/glt-stream.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spreadspace/glt-stream.yml') diff --git a/spreadspace/glt-stream.yml b/spreadspace/glt-stream.yml index 8f380565..83d0f808 100644 --- a/spreadspace/glt-stream.yml +++ b/spreadspace/glt-stream.yml @@ -122,6 +122,10 @@ User=stats Environment="GOCACHE=/srv/www/stats/.gocache" ExecStart=/srv/www/stats/run.sh %i + Restart=always + RestartSecs=1s + StartLimitBurst=10 + StartLimitIntervalSec=5s NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -- cgit v1.2.3