initial release of almost completely automatic event rewarder

This commit is contained in:
2024-06-08 20:39:58 +02:00
parent 6b6753ec1b
commit 68737ea990
7 changed files with 266 additions and 0 deletions
@@ -0,0 +1,10 @@
[Unit]
Description=runs python script to check if there are missing event rewards to hand out.
[Service]
Type=simple
User=nonroot
Environment=PYTHONUNBUFFERED=1
Environment=PATH=/home/nonroot/handle_event_rewards/venv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin
WorkingDirectory=/home/nonroot/handle_event_rewards
ExecStart=/home/nonroot/handle_event_rewards/main.py