mirror of
https://github.com/Burn-E99/SweeperBot.git
synced 2026-06-03 23:43:49 -04:00
fix deletereaction, started setting up service files
This commit is contained in:
14
sweeper.service
Normal file
14
sweeper.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Sweeper Bot Discord Bot
|
||||
Documentation=https://github.com/Burn-E99/SweeperBot
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
PIDFile=/run/deno.pid
|
||||
ExecStart=/root/.deno/bin/deno run --allow-write=./logs/ --allow-net .\mod.ts
|
||||
RestartSec=60
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user