V1 of logogram-bot
This commit is contained in:
14
logogram.service
Executable file
14
logogram.service
Executable file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Logogram Discord Bot
|
||||
Documentation=https://git.milligan.dev/xivdev/logogram-bot
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
PIDFile=/run/deno.pid
|
||||
ExecStart=/root/.deno/bin/deno run --allow-write=./logs/ --allow-net /var/dbots/logogram-bot/mod.ts
|
||||
RestartSec=60
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user