From 63ea17db856151d054eecf333bd855ab300d7196 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 14 Jan 2021 10:31:35 +0000 Subject: [PATCH] Update monolith-example.service --- docs/systemd/monolith-example.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/systemd/monolith-example.service b/docs/systemd/monolith-example.service index 1c941cfda..731c6159b 100644 --- a/docs/systemd/monolith-example.service +++ b/docs/systemd/monolith-example.service @@ -5,7 +5,7 @@ After=network.target After=postgresql.service [Service] -Environment="GODEBUG=madvdontneed=1" +Environment=GODEBUG=madvdontneed=1 RestartSec=2s Type=simple User=dendrite