- Remove `appveyor.yml` - Add project description to CMakeLists.txt - Add project homepage url to CMakeLists.txt
8 lines
134 B
SYSTEMD
8 lines
134 B
SYSTEMD
[Unit]
|
|
Description=@PROJECT_DESCRIPTION@
|
|
|
|
[Service]
|
|
ExecStart=@SUNSHINE_EXECUTABLE_PATH@
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|