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