Commit 781f7330 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

fix config parameter in Exec and docs URL (#1090)

parent c4359ee6
[Unit]
Description=Bee - Ethereum Swarm node
Documentation=https://swarm-gateways.net/bzz:/docs.swarm.eth/
Documentation=https://docs.ethswarm.org
After=network.target
[Service]
......@@ -8,7 +8,7 @@ EnvironmentFile=/etc/default/bee
NoNewPrivileges=true
User=bee
Group=bee
ExecStart=/usr/bin/bee start --config=/etc/bee/bee.yaml
ExecStart=/usr/bin/bee start --config /etc/bee/bee.yaml
Restart=on-failure
RestartSec=5s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment