Skip to content

Instantly share code, notes, and snippets.

@Isaac-the-Man
Created July 10, 2019 13:58
Show Gist options
  • Save Isaac-the-Man/d772468ffe31a141569a01e6aa382196 to your computer and use it in GitHub Desktop.
Save Isaac-the-Man/d772468ffe31a141569a01e6aa382196 to your computer and use it in GitHub Desktop.
[Unit]
Description=Service to start dbWriter.py
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3 /home/pi/dev/weatherStation/build/dbWriter.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