HEX
Server: LiteSpeed
System: Linux altar46.supremepanel46.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: jysa (4021)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //lib/systemd/system/storage-abuse-pipeline.service
[Unit]
Description=Storage Abuse Pipeline
After=network-online.target mysql.service
Requires=mysql.service

[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/root/storage_abuse_pipeline
Environment=PYTHONUNBUFFERED=1
ExecStart=/opt/alt/python313/bin/python3.13 /root/storage_abuse_pipeline/main.py run
Restart=always
RestartSec=30s

[Install]
WantedBy=multi-user.target