GroupUp/groupup.service

15 lines
354 B
SYSTEMD
Raw Normal View History

2022-01-31 22:56:43 -08:00
[Unit]
Description=Group Up Discord Bot
Documentation=https://github.com/Burn-E99/GroupUp
After=network.target
[Service]
Type=simple
PIDFile=/run/deno.pid
2022-02-01 00:04:32 -08:00
ExecStart=/root/.deno/bin/deno run --allow-write=./logs --location=https://groupup.local --allow-net /var/dbots/groupup/mod.ts
2022-01-31 22:56:43 -08:00
RestartSec=60
Restart=on-failure
[Install]
WantedBy=multi-user.target