This commit is contained in:
Ean Milligan (Bastion) 2022-02-01 03:04:32 -05:00
parent c12aa8cd4c
commit 5cad66452e
1 changed files with 1 additions and 1 deletions

View File

@ -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