Files
proxmox/config/systemd/mev-admin-api.service.example

17 lines
456 B
Plaintext
Raw Normal View History

2026-04-12 20:25:31 -07:00
[Unit]
Description=MEV Admin API
Wants=network-online.target
After=network-online.target mev-infra-compose.service mev-supervisor.service
Requires=mev-infra-compose.service mev-supervisor.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-admin-api
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target