From 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 20 Mar 2026 19:16:32 +0100 Subject: feat: first fully successful run e2e on straper --- straper/db/public/services/custom-units/loki.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 straper/db/public/services/custom-units/loki.service (limited to 'straper/db/public/services/custom-units/loki.service') diff --git a/straper/db/public/services/custom-units/loki.service b/straper/db/public/services/custom-units/loki.service new file mode 100644 index 0000000..2885fac --- /dev/null +++ b/straper/db/public/services/custom-units/loki.service @@ -0,0 +1,16 @@ +[Unit] +Description=Loki service +After=network-online.target +Wants=network-online.target + +[Service] +Type=simple +User=loki +ExecStart=/usr/bin/loki -config.file /etc/loki/config.yml +# Give a reasonable amount of time for the server to start up/shut down +TimeoutSec = 120 +Restart = on-failure +RestartSec = 2 + +[Install] +WantedBy=multi-user.target -- cgit v1.3