Skip to content

Instantly share code, notes, and snippets.

@sobuildit
Created August 26, 2020 20:41
Embed
What would you like to do?
[Unit]
Description=DaveNAS front panel service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3 /home/pi/display_stat.py
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment