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

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

[Install]
WantedBy=multi-user.target