1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-01-06 03:17:55 -05:00
This commit is contained in:
Ean Milligan (Bastion)
2022-02-01 03:04:32 -05:00
parent c12aa8cd4c
commit 5cad66452e

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