summarylogtreecommitdiffstats
path: root/nbxplorer.service
diff options
context:
space:
mode:
Diffstat (limited to 'nbxplorer.service')
-rw-r--r--nbxplorer.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/nbxplorer.service b/nbxplorer.service
new file mode 100644
index 000000000000..d399f56c98a6
--- /dev/null
+++ b/nbxplorer.service
@@ -0,0 +1,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