| Current Path : /proc/thread-self/root/proc/thread-self/root/lib/systemd/system/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/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