view vanlogger.service @ 8:30e7adf283ca

Add depth of discharge annotation when plotting state_of_charge
author Daniel O'Connor <darius@dons.net.au>
date Fri, 22 Dec 2017 13:10:23 +0100
parents 40a3b403a096
children 9e538d88816f 59cf68be7feb
line wrap: on
line source

[Unit]
Description=Van logging

[Service]
User=pi
Group=pi
Type=forking
ExecStart=/usr/bin/tmux new-session -s vanlogger -d /home/pi/vanlogger/vanlogger.py
Restart=on-failure

[Install]
WantedBy=multi-user.target