mirror of
https://github.com/Burn-E99/SweeperBot.git
synced 2026-06-03 23:43:49 -04:00
update to support deno 2 correctly
This commit is contained in:
@@ -6,7 +6,7 @@ After=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
PIDFile=/run/deno.pid
|
||||
ExecStart=/root/.deno/bin/deno run --allow-write=./logs/ --allow-net .\mod.ts
|
||||
ExecStart=/root/.deno/bin/deno run --allow-write=./logs/ --allow-net --allow-import .\mod.ts
|
||||
RestartSec=60
|
||||
Restart=on-failure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user