Skip to content

Instantly share code, notes, and snippets.

@mcprat
Created February 6, 2025 23:46
Show Gist options
  • Save mcprat/df029fda555dd0d632cade389b1b127e to your computer and use it in GitHub Desktop.
Save mcprat/df029fda555dd0d632cade389b1b127e to your computer and use it in GitHub Desktop.
Systemd unit for Python script execution (heat pump)
[Unit]
Description=TropiCal
[Service]
User=tropical
ExecStart=/home/tropical/.virtualenvs/pimoroni/bin/python3 /home/tropical/program
ExecStopPost=/home/tropical/.virtualenvs/pimoroni/bin/python3 /home/tropical/alloff
Type=exec
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