[Unit] Description=SHiRE Academy Practice Worker After=network-online.target shire-brain.service Wants=network-online.target Requires=shire-brain.service [Service] Type=simple User=ray Group=ray WorkingDirectory=/home/shire3d/ARMOR Environment=PYTHONUNBUFFERED=1 Environment=SHIRE_BRAIN_URL=http://127.0.0.1:8765 Environment=SHIRE_ACADEMY_PRACTICE_ROOT=/SHiREVault/SHiREAcademy/Practice ExecStart=/home/shire3d/ARMOR/venv/bin/python /home/shire3d/ARMOR/tools/design_academy_practice.py worker --cooldown 15 Restart=on-failure RestartSec=30 Nice=10 CPUWeight=25 IOWeight=25 [Install] WantedBy=multi-user.target