fb954b97fa
* 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.
17 lines
384 B
Desktop File
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
|