distribution/packages/ui/emulationstation/system.d/emustation.service
fewtarius fb954b97fa
x55, ES, UI Updates
* Set correct rotation when connected to HDMI on Powkiddy x55.
* Deprecate EmulationStation splash screen.
* Fix bug setting 16:10 aspect ratio - move redundant script bits to a global function.
* Experiment with ES defaults.
2023-07-22 23:56:23 +00:00

17 lines
384 B
Desktop File

[Unit]
Description=EmulationStation emulator frontend
ConditionPathExists=/var/lock/start.games
[Service]
Environment=HOME=/storage
Environment=SDL_AUDIODRIVER=alsa
ExecStartPre=/usr/bin/es_settings
ExecStart=/usr/bin/emulationstation --log-path /var/log --no-splash
KillMode=process
TimeoutStopSec=3
Restart=always
RestartSec=2
StartLimitInterval=0
[Install]
WantedBy=jelos.target