mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 17:10:02 +00:00
49bfd2ba1f
- Remove `appveyor.yml` - Add project description to CMakeLists.txt - Add project homepage url to CMakeLists.txt
9 lines
134 B
SYSTEMD
9 lines
134 B
SYSTEMD
[Unit]
|
|
Description=@PROJECT_DESCRIPTION@
|
|
|
|
[Service]
|
|
ExecStart=@SUNSHINE_EXECUTABLE_PATH@
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|