17 lines
412 B
Plaintext
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
|