Files
AE_script/Auto_Anons_Generator.service
Alexey Barabanov 9102ee8e93 ПричЁсинг
2025-11-13 15:07:49 +03:00

32 lines
625 B
Desktop File

[Unit]
Description=Auto Anons Generator
Documentation=https://git.tvstart.ru/lexx/AE_script
After=network.target
Wants=network.target
[Service]
Type=simple
User=eng
Group=eng
WorkingDirectory=/home/eng/
Environment=PATH=/home/eng/.venv/bin/
EnvironmentFile=/mnt/aescript/.env
ExecStart=python3 AF_script_test_4.py
# Лимиты ресурсов
MemoryMax=1G
CPUQuota=80%
# Логирование
StandardOutput=journal
StandardError=journal
SyslogIdentifier=AFS
# Поведение при перезапуске
Restart=always
RestartSec=10
StartLimitInterval=300
StartLimitBurst=5
[Install]
WantedBy=multi-user.target