2022-02-05 14:23:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=EmulationStation emulator frontend
|
|
|
|
ConditionPathExists=/var/lock/start.games
|
2023-09-11 12:14:50 +00:00
|
|
|
After=jelos-automount.service
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
[Service]
|
2023-08-08 12:13:09 +00:00
|
|
|
Environment=XDG_RUNTIME_DIR=/var/run/0-runtime-dir
|
2022-02-05 14:23:32 +00:00
|
|
|
Environment=HOME=/storage
|
2023-08-10 09:12:19 +00:00
|
|
|
Environment=SDL_AUDIODRIVER=pulseaudio
|
2022-09-26 23:09:20 +00:00
|
|
|
ExecStartPre=/usr/bin/es_settings
|
2023-07-22 23:56:23 +00:00
|
|
|
ExecStart=/usr/bin/emulationstation --log-path /var/log --no-splash
|
2022-02-05 14:23:32 +00:00
|
|
|
KillMode=process
|
|
|
|
TimeoutStopSec=3
|
|
|
|
Restart=always
|
|
|
|
RestartSec=2
|
|
|
|
StartLimitInterval=0
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=jelos.target
|