All checks were successful
Deploy to Server / deploy (push) Successful in 10s
24 lines
483 B
Desktop File
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
|