mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
* metrics: handle based config path * internal/cli/server: add more context to logs * use space separated flag and value in bor.service
16 lines
294 B
Desktop File
16 lines
294 B
Desktop File
[Unit]
|
|
Description=bor
|
|
StartLimitIntervalSec=500
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
ExecStart=/usr/bin/bor server -config "/var/lib/bor/config.toml"
|
|
Type=simple
|
|
KillSignal=SIGINT
|
|
User=bor
|
|
TimeoutStopSec=120
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|