RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. systemd
    Log in to post
    • All categories
    • J

      Help with systemd service to save mame 2003 plus metadata at shutdown

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support shutdown script systemd metadata issues mame 2003 plus
      4
      0 Votes
      4 Posts
      344 Views
      J

      @cyperghost , I have installed your multi_switch.sh script on my setup but it's not working. I've set it up for onoffshim as I'm using a Pimoroni PicadeX hat. If I run the script from the command line, it works as expected, but if I press the power button to shutdown, it doesn't save hi-scores etc. I have just double checked everything and now the Pi has went into a loop of shutting down straight after it executes the script in the first line of autostart.sh. I must be making a mistake somewhere, just darned if I know what I've done wrong!

      I've used another SD card to boot up and get access to my setup. Here is my autostart.sh file. I load the script, then use Runcommand to run my chosen emulator and ROM, then finally if I quit out of the emulator, it loads emulationstation.

      sudo /home/pi/RetroPie/scripts/multi_switch.sh --onoffshim & /opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ "arcade" "/home/pi/RetroPie/roms/arcade/starwars.zip" wait $1 emulationstation --no-splash #auto

      I've removed the sudo command from the first line and I can get back in again. Any ideas on what's going wrong?

    • M

      systemd integration for kodi & emulationstation

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development kodi systemd retropie config essystem guide
      1
      0 Votes
      1 Posts
      861 Views
      No one has replied
    • brandflake11B

      How much does Retropie rely on Systemd?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support openrc systemd voidlinux
      5
      0 Votes
      5 Posts
      621 Views
      brandflake11B

      Thanks for the response @BuZz. What are some of the things that are missing from devuan on the pi that raspbian has for Retropie to work properly?

    • C

      raspberry 4 XBox One Bluetooth controller systemd entry

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support systemd bluetooth raspberry pi 4 xbox one contro disableertm
      7
      0 Votes
      7 Posts
      797 Views
      C

      THX!
      It looks like there was a hidden sign (copy and paste failure)

    • A

      Unresponsive hotkeys and systemd-modules-loadservice error

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support input systemd hotkeys
      1
      0 Votes
      1 Posts
      418 Views
      No one has replied
    • J

      emulationstation systemd service

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio systemd development ubuntu x86
      3
      0 Votes
      3 Posts
      3k Views
      J

      @Hevvie said in emulationstation systemd service:

      I had the same issue, what you need to do is put "<bool name="BackgroundJoystickInput" value="true" />" into your es_settings.cfg file as it thinks ES is running in the background.

      I will try this out when I get a chance. Great find!!!