Files
Apollo/sunshine.service.in
T
2020-09-04 15:51:20 +02:00

10 lines
272 B
Plaintext

[Unit]
Description=Sunshine Gamestream Server for Moonlight
[Service]
ExecStartPre=/bin/sh -c "test -d %E/sunshine || cp -r '@SUNSHINE_ASSETS_DIR@' '%E/sunshine'"
ExecStart=@SUNSHINE_EXECUTABLE_PATH@ %E/sunshine/sunshine.conf
[Install]
WantedBy=graphical-session.target