view vanlogger.service @ 14:aa18210c2703

Improve start/end/days handling - Allow the user to specify nothing to graph todays data. - Fix bug when only specifying days. - When specifying days finish at the end of today.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 11 Jan 2018 08:43:40 +1030
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