mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Merge pull request #396 from cffls/v0.3.0-dev
Set default user to ubuntu in bor.service
This commit is contained in:
commit
30641c06b1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
# -miner.etherbase [VALIDATOR ADDRESS] \
|
# -miner.etherbase [VALIDATOR ADDRESS] \
|
||||||
# -mine
|
# -mine
|
||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=ubuntu
|
||||||
KillSignal=SIGINT
|
KillSignal=SIGINT
|
||||||
TimeoutStopSec=120
|
TimeoutStopSec=120
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue