ttvdrops/tools/systemd/ttvdrops-import-kick-drops.service
Joakim Helleśen d762081bd5
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
Add support for Kick
2026-03-15 04:19:03 +01:00

24 lines
483 B
Desktop File

[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