summarylogtreecommitdiffstats
path: root/synergys_at.service
diff options
context:
space:
mode:
authorKevin MacMartin2015-07-07 15:20:45 -0400
committerKevin MacMartin2015-07-07 15:20:45 -0400
commitef6ed4b3612c34c32ab28d513ffc7e0f3faca519 (patch)
treeb86185a3e8931ecef7785493f10637f86c56afcd /synergys_at.service
downloadaur-ef6ed4b3612c34c32ab28d513ffc7e0f3faca519.tar.gz
Initial import into AUR 4
Diffstat (limited to 'synergys_at.service')
-rw-r--r--synergys_at.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/synergys_at.service b/synergys_at.service
new file mode 100644
index 000000000000..813fd6bd2c0e
--- /dev/null
+++ b/synergys_at.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Synergy Server Daemon
+After=network.target
+
+[Service]
+User=%i
+ExecStart=/usr/bin/synergys --no-daemon --config /etc/synergy.conf
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target