view vanlogger.service @ 15:c04c75360a3b

Fix timezone screw up. Remove cut & paste code from the AGL script
author Daniel O'Connor <darius@dons.net.au>
date Fri, 23 Feb 2018 14:57:45 +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