A systemd service file for running safe shutdown Python script on the RetroFlag NESPi case
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Safe shutdown for the RetroFlag PiCase that uses Retropie. | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/python /opt/RetroFlag/SafeShutdown.py & | |
RemainAfterExit=yes | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment