Sunshine/sunshine.service.in

14 lines
285 B
SYSTEMD
Raw Normal View History

2019-12-04 18:05:03 +00:00
[Unit]
2019-12-08 17:55:58 +00:00
Description=Sunshine Gamestream Server for Moonlight
2019-12-04 18:05:03 +00:00
[Service]
WorkingDirectory=/home/%u
Environment="DISPLAY=:0"
Type=simple
2019-12-08 17:55:58 +00:00
# wait for Xorg
2019-12-04 18:05:03 +00:00
ExecStartPre=/bin/sh -c 'while ! pgrep Xorg; do sleep 2; done'
ExecStart=@SUNSHINE_EXECUTABLE_PATH@
2019-12-04 18:05:03 +00:00
[Install]
WantedBy=default.target