summarylogtreecommitdiffstats
path: root/BoardyServer.service
blob: b62cd9c6d330ec67db32563ad985fa47c598b431 (plain)
1
2
3
4
5
6
7
8
9
10
11
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