mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
13 lines
215 B
SYSTEMD
13 lines
215 B
SYSTEMD
[Unit]
|
|
Description=@PROJECT_DESCRIPTION@
|
|
StartLimitIntervalSec=500
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
ExecStart=@SUNSHINE_EXECUTABLE_PATH@
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=xdg-desktop-autostart.target
|