[Unit]
Description=Thrmp
After=network.target

[Service]
ExecStart=bash /home/pi/thrmp/thrmp.service.sh
WorkingDirectory=/home/pi/thrmp
StandardOutput=inherit
StandardError=inherit
Restart=always
User=pi

[Install]
WantedBy=multi-user.target