mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-05-07 05:58:52 +08:00
18 lines
442 B
SYSTEMD
18 lines
442 B
SYSTEMD
[Unit]
|
|
Description=@PROJECT_DESCRIPTION@
|
|
StartLimitIntervalSec=500
|
|
StartLimitBurst=5
|
|
After=graphical-session.target xdg-desktop-autostart.target xdg-desktop-portal.service
|
|
|
|
[Service]
|
|
# Avoid starting Sunshine before the desktop is fully initialized.
|
|
ExecStartPre=/bin/sleep 5
|
|
@SUNSHINE_SERVICE_START_COMMAND@
|
|
@SUNSHINE_SERVICE_STOP_COMMAND@
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|
|
Alias=sunshine.service
|