Skip to content

Instantly share code, notes, and snippets.

@Isaac-the-Man
Created July 10, 2019 14:01
Show Gist options
  • Save Isaac-the-Man/401a42f67a499075b7922b1cb5f986d0 to your computer and use it in GitHub Desktop.
Save Isaac-the-Man/401a42f67a499075b7922b1cb5f986d0 to your computer and use it in GitHub Desktop.
[Unit]
Description=Service to start webUpdater.py
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3 /home/pi/dev/weatherStation/build/webUpdater.py
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment