mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-04-05 02:13:12 +00:00
14 lines
286 B
Desktop File
14 lines
286 B
Desktop File
[Unit]
|
|
Description=Logos Blockchain Block Explorer
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/root/src/logos-blockchain-block-explorer-template
|
|
ExecStart=/root/.local/bin/uv run python src/main.py
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|