summarylogtreecommitdiffstats
path: root/ardor.service
diff options
context:
space:
mode:
Diffstat (limited to 'ardor.service')
-rw-r--r--ardor.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/ardor.service b/ardor.service
new file mode 100644
index 000000000000..379cb7ec4cc8
--- /dev/null
+++ b/ardor.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Ardor per-user service
+
+[Service]
+Type=forking
+ExecStart=/opt/ardor/start.sh
+ExecStop=/opt/ardor/stop.sh
+Restart=on-abort
+
+[Install]
+WantedBy=default.target