1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 00:43:49 -04:00
Files
GroupUp/groupup.service
Ean Milligan (Bastion) c12aa8cd4c Add Linux Service file
2022-02-01 01:56:43 -05:00

15 lines
337 B
Desktop File

[Unit]
Description=Group Up Discord Bot
Documentation=https://github.com/Burn-E99/GroupUp
After=network.target
[Service]
Type=simple
PIDFile=/run/deno.pid
ExecStart=/root/.deno/bin/deno run --allow-write=./logs --location=https://groupup.local --allow-net .\mod.ts
RestartSec=60
Restart=on-failure
[Install]
WantedBy=multi-user.target