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