summarylogtreecommitdiffstats
path: root/nxt.service
blob: d897342cd201bb6b983ba3bc1a5899947489f5b2 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=NXT
After=network.target

[Service]
User=nxt
ExecStart=/usr/bin/bash -c 'cd /opt/nxt/; ./run.sh'

[Install]
WantedBy=multi-user.target