1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-05 03:57:53 -05:00

update service

This commit is contained in:
Ean Milligan (Bastion)
2022-07-07 19:46:15 -04:00
parent 6aeb983242
commit 0055690360

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/,./src/endpoints/gets/heatmap.png --allow-read=./src/solver/,./src/endpoints/gets/heatmap-base.png --allow-net .\mod.ts
ExecStart=deno run --allow-write=./logs/,./src/endpoints/gets/heatmap.png --allow-read=./src/solver/,./src/endpoints/gets/heatmap-base.png --allow-net .\mod.ts
RestartSec=60
Restart=on-failure