mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
14 lines
312 B
Desktop File
14 lines
312 B
Desktop File
[Unit]
|
|
Description=Sunshine Gamestream Server for Moonlight
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/%u
|
|
Environment="DISPLAY=:0"
|
|
Type=simple
|
|
# wait for Xorg
|
|
ExecStartPre=/bin/sh -c 'while ! pgrep Xorg; do sleep 2; done'
|
|
ExecStart=/home/%u/Github/sunshine/cmake-build-release/sunshine
|
|
|
|
[Install]
|
|
WantedBy=default.target
|