[Unit] Description=TTVDrops import Kick drops After=network-online.target Wants=network-online.target [Service] Type=oneshot User=ttvdrops Group=ttvdrops WorkingDirectory=/home/ttvdrops/ttvdrops EnvironmentFile=/home/ttvdrops/ttvdrops/.env ExecStart=/usr/bin/uv run python manage.py import_kick_drops # Logging StandardOutput=journal StandardError=journal SyslogIdentifier=ttvdrops-import-kick # Resource limits MemoryLimit=512M CPUQuota=50% [Install] WantedBy=multi-user.target