implement basic whitelist add and remove functionality

This commit is contained in:
2024-10-21 19:58:19 +00:00
commit 04d4cb630b
9 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=discord-minecraft-whitelist-bot
After=network.target
[Service]
WorkingDirectory=/<path to dir>
ExecStart=/<path to dir>/discord-minecraft-whitelist-bot
Restart=always
RestartSec=10
Type=simple
[Install]
WantedBy=default.target