summarylogtreecommitdiffstats
path: root/BoardyServer.service
diff options
context:
space:
mode:
authoraspen2021-01-28 13:25:44 -0500
committeraspen2021-01-28 13:25:44 -0500
commit6966fa441aa3bb9d8326e668a60202dca2f7c269 (patch)
treeeecacdd924cfd68478df9538004964cbfb1a9520 /BoardyServer.service
downloadaur-boardy-server-bin.tar.gz
useful commit message
Diffstat (limited to 'BoardyServer.service')
-rw-r--r--BoardyServer.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/BoardyServer.service b/BoardyServer.service
new file mode 100644
index 000000000000..b62cd9c6d330
--- /dev/null
+++ b/BoardyServer.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Boardy clipboard synchronization server
+
+[Service]
+Type=simple
+ExecStart=/opt/boardy-server/BoardyServer
+WorkingDirectory=/opt/boardy-server
+RemainAfterExit=yes
+Environment="DISPLAY=:0" "XAUTHORITY=/home/$user/.Xauthority"
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file