Sunshine/packaging/linux/sunshine.service.in

16 lines
336 B
SYSTEMD
Raw Normal View History

2019-12-04 18:05:03 +00:00
[Unit]
Description=@PROJECT_DESCRIPTION@
StartLimitIntervalSec=500
StartLimitBurst=5
2019-12-04 18:05:03 +00:00
[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
2019-12-04 18:05:03 +00:00
[Install]
WantedBy=xdg-desktop-autostart.target