diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/fish/monerod.fish | 4 | ||||
| -rw-r--r-- | utils/systemd/monerod.service | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/fish/monerod.fish b/utils/fish/monerod.fish index d2836a6b2..04003f0ff 100644 --- a/utils/fish/monerod.fish +++ b/utils/fish/monerod.fish @@ -79,8 +79,8 @@ complete -c monerod -l igd -r -a "Enabled disabled enabled" -d "UPnP port mappin complete -c monerod -l out-peers -r -d "Set max number of out peers. Default: -1" complete -c monerod -l in-peers -r -d "Set max number of in peers. Default: -1" complete -c monerod -l tos-flag -r -d "Set TOS flag. Default: -1" -complete -c monerod -l limit-rate-up -r -d "Set limit-rate-up [kB/s]. Default: 2048" -complete -c monerod -l limit-rate-down -r -d "Set limit-rate-down [kB/s]. Default: 8192" +complete -c monerod -l limit-rate-up -r -d "Set limit-rate-up [kB/s]. Default: 8192" +complete -c monerod -l limit-rate-down -r -d "Set limit-rate-down [kB/s]. Default: 32768" complete -c monerod -l limit-rate -r -d "Set limit-rate [kB/s]. Default: -1" complete -c monerod -l pad-transactions -d "Pad relayed transactions to help defend against traffic volume analysis" complete -c monerod -l max-connections-per-ip -r -d "Maximum number of connections allowed from the same IP address. Default: 1" diff --git a/utils/systemd/monerod.service b/utils/systemd/monerod.service index 63daefa82..28b457d56 100644 --- a/utils/systemd/monerod.service +++ b/utils/systemd/monerod.service @@ -1,6 +1,6 @@ [Unit] Description=Monero Full Node -After=network.target +After=network-online.target [Service] User=monero |
