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] [Unit]
Description=Bee - Ethereum Swarm node Description=Bee - Ethereum Swarm node
Documentation=https://swarm-gateways.net/bzz:/docs.swarm.eth/ Documentation=https://docs.ethswarm.org
After=network.target After=network.target
[Service] [Service]
...@@ -8,7 +8,7 @@ EnvironmentFile=/etc/default/bee ...@@ -8,7 +8,7 @@ EnvironmentFile=/etc/default/bee
NoNewPrivileges=true NoNewPrivileges=true
User=bee User=bee
Group=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 Restart=on-failure
RestartSec=5s 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