summarylogtreecommitdiffstats
path: root/nbxplorer.service
diff options
context:
space:
mode:
authorMoses Narrow2019-12-17 13:50:07 -0600
committerMoses Narrow2019-12-17 13:50:07 -0600
commitfcba1398587d0243b295c0533bcfe791aa33fcd1 (patch)
tree0e0901fc616d221c50d7c59717ffe08fc5da6b02 /nbxplorer.service
parentd692a6617dab884fa13fbd266f9b44462d23c989 (diff)
downloadaur-fcba1398587d0243b295c0533bcfe791aa33fcd1.tar.gz
add systemd service
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