blob: c40995edc6503bf7c17f2f0181b1236aceedbb8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Bee - Ethereum Swarm node
Documentation=https://swarm-gateways.net/bzz:/docs.swarm.eth/
After=network.target
[Service]
Environment="BEE_CONFIG=/etc/bee/bee.yml"
User=bzz
Group=bzz
ExecStart=/usr/bin/bee start --config ${BEE_CONFIG}
RestartSec=1
Restart=always
[Install]
WantedBy=multi-user.target
|