mirror of https://github.com/nucypher/nucypher.git
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
|
[Unit]
|
||
|
Description="Go Ethereum Discovery Bootnode Service"
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/bootnode --nodekey /home/ubuntu/bootnode.key --verbosity 6
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|