Add contained MEV backend CT runbook
This commit is contained in:
16
config/systemd/mev-admin-api.service.example
Normal file
16
config/systemd/mev-admin-api.service.example
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user