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