summarylogtreecommitdiffstats
path: root/supersonic.service
diff options
context:
space:
mode:
Diffstat (limited to 'supersonic.service')
-rw-r--r--supersonic.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/supersonic.service b/supersonic.service
new file mode 100644
index 000000000000..1b54f0061bc5
--- /dev/null
+++ b/supersonic.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Supersonic
+After=network.target
+
+[Service]
+ExecStart=/var/supersonic/supersonic.sh
+ExecStop=/bin/kill -15 $MAINPID
+Type=forking
+
+[Install]
+WantedBy=multi-user.target