summarylogtreecommitdiffstats
path: root/nbxplorer.service
blob: d399f56c98a6435797d29f12fcb02c76be335be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=NBXplorer
After=network.target
After=bitcoind.service

[Service]
Type=oneshot
ExecStart=/usr/bin/nbxplorer
RemainAfterExit=yes
Restart=on-failure
#User=

[Install]
WantedBy=multi-user.target