Files
proxmox/config/systemd/mev-supervisor.service.example
2026-04-12 20:25:31 -07:00

17 lines
412 B
Plaintext

[Unit]
Description=MEV Supervisor
Wants=network-online.target
After=network-online.target mev-infra-compose.service
Requires=mev-infra-compose.service
[Service]
Type=simple
WorkingDirectory=/opt/proxmox/MEV_Bot/mev-platform
EnvironmentFile=-/etc/mev-platform/backend.env
ExecStart=/opt/proxmox/MEV_Bot/mev-platform/target/release/mev-supervisor
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target