Merge pull request #520 from fewtarius/dev
Ensure udevil starts after jelos-autostart, update ES, and don't set the games device on startup.
This commit is contained in:
commit
1004fd2cc6
3 changed files with 2 additions and 5 deletions
|
@ -60,5 +60,3 @@ then
|
|||
else
|
||||
find_games
|
||||
fi
|
||||
|
||||
set_setting system.gamesdevice ${GAMES_DEVICE}
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Unit]
|
||||
Description=Udevil mount service
|
||||
After=jelos-autostart.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=-/usr/bin/udevil --mount %I
|
||||
ExecStop=-/usr/bin/udevil --umount %I
|
||||
ExecStartPost=-/usr/lib/samba/samba-autoshare
|
||||
ExecStopPost=-/usr/lib/samba/samba-autoshare
|
||||
RemainAfterExit=yes
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="82e66a4"
|
||||
PKG_VERSION="76d5304"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
Loading…
Reference in a new issue