summaryrefslogtreecommitdiff
path: root/community/synergy/synergys_at.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/synergy/synergys_at.service')
-rw-r--r--community/synergy/synergys_at.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/synergy/synergys_at.service b/community/synergy/synergys_at.service
new file mode 100644
index 000000000..64cbb7bcf
--- /dev/null
+++ b/community/synergy/synergys_at.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Synergy Server Daemon
+After=network.target
+
+[Service]
+User=%i
+ExecStart=/usr/bin/synergys --no-daemon --config /etc/synergy.conf
+
+[Install]
+WantedBy=multi-user.target