mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
4 lines
244 B
Bash
Executable file
4 lines
244 B
Bash
Executable file
#!/bin/bash
|
|
# This is a postinstallation script so the service can be configured and started when requested
|
|
#
|
|
sudo adduser --disabled-password --disabled-login --shell /usr/sbin/nologin --quiet --system --no-create-home --home /nonexistent bor
|