summarylogtreecommitdiffstats
path: root/syncplay@.service
diff options
context:
space:
mode:
Diffstat (limited to 'syncplay@.service')
-rw-r--r--syncplay@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/syncplay@.service b/syncplay@.service
new file mode 100644
index 000000000000..3e52feb0351d
--- /dev/null
+++ b/syncplay@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Syncplay Server
+After=network.target
+
+[Service]
+Type=simple
+User=%I
+ExecStart=/usr/bin/syncplay-server
+
+[Install]
+WantedBy=multi-user.target