[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