From 5cad66452e3e15894fc844a9281e60c8882a5f5d Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Tue, 1 Feb 2022 03:04:32 -0500 Subject: [PATCH] fix path --- groupup.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groupup.service b/groupup.service index 29ba975..a414e12 100644 --- a/groupup.service +++ b/groupup.service @@ -6,7 +6,7 @@ After=network.target [Service] Type=simple PIDFile=/run/deno.pid -ExecStart=/root/.deno/bin/deno run --allow-write=./logs --location=https://groupup.local --allow-net .\mod.ts +ExecStart=/root/.deno/bin/deno run --allow-write=./logs --location=https://groupup.local --allow-net /var/dbots/groupup/mod.ts RestartSec=60 Restart=on-failure