refactor(cmake): split CMakeLists into modules (#1587)
This commit is contained in:
parent
9543bc77d8
commit
92b4eeee55
41 changed files with 1240 additions and 964 deletions
15
packaging/linux/sunshine.service.in
Normal file
15
packaging/linux/sunshine.service.in
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=@PROJECT_DESCRIPTION@
|
||||
StartLimitIntervalSec=500
|
||||
StartLimitBurst=5
|
||||
PartOf=graphical-session.target
|
||||
Wants=xdg-desktop-autostart.target
|
||||
After=xdg-desktop-autostart.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@SUNSHINE_EXECUTABLE_PATH@
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=xdg-desktop-autostart.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue