2022-02-05 14:23:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=EmulationStation emulator frontend
|
|
|
|
ConditionPathExists=/var/lock/start.games
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=HOME=/storage
|
2022-05-05 19:23:47 +00:00
|
|
|
Environment=SDL_AUDIODRIVER=alsa
|
2022-09-26 23:09:20 +00:00
|
|
|
ExecStartPre=/usr/bin/es_settings
|
2022-09-26 23:57:35 +00:00
|
|
|
ExecStart=/usr/bin/emulationstation --log-path /var/log
|
2022-02-05 14:23:32 +00:00
|
|
|
KillMode=process
|
|
|
|
TimeoutStopSec=3
|
|
|
|
Restart=always
|
|
|
|
RestartSec=2
|
|
|
|
StartLimitInterval=0
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=jelos.target
|