mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 21:32:52 +00:00
14 lines
243 B
SYSTEMD
14 lines
243 B
SYSTEMD
[Unit]
|
|
Description=@PROJECT_DESCRIPTION@
|
|
StartLimitIntervalSec=500
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
@SUNSHINE_SERVICE_START_COMMAND@
|
|
@SUNSHINE_SERVICE_STOP_COMMAND@
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=xdg-desktop-autostart.target
|