Skip to content

Instantly share code, notes, and snippets.

@sonpython
Created March 11, 2025 11:12
Show Gist options
  • Save sonpython/208c75f5258edec6c0325a09b39adaf2 to your computer and use it in GitHub Desktop.
Save sonpython/208c75f5258edec6c0325a09b39adaf2 to your computer and use it in GitHub Desktop.
[Unit]
Description=yahboom_oled start service
After=multi-user.target
[Service]
Type=idle
User=michaelphan
ExecStart=/bin/sh -c "/home/michaelphan/cubipi/.env/bin/python3 /home/michaelphan/cubipi/oled.py"
WorkingDirectory=/home/michaelphan
ExecStopPost=/bin/sh -c "/home/michaelphan/cubipi/.env/bin/python3 /home/michaelphan/cubipi/oled.py clear"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment