summarylogtreecommitdiffstats
path: root/go-nebulas.service
blob: 6132d450b146b56501e17fed9d24db8d3f374965 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Official Go implementation of the Nebulas protocol
Documentation=https://github.com/nebulasio/wiki
After=network.target

[Service]
ExecStart=/usr/bin/neb -c /etc/go-nebulas/config.conf

[Install]
WantedBy=multi-user.target