view vanlogger.service @ 22:59cf68be7feb

add trivial README
author Daniel O'Connor <darius@dons.net.au>
date Sun, 22 Jul 2018 12:54:05 +0930
parents 40a3b403a096
children efe1954da8ca
line wrap: on
line source

# /lib/systemd/system/vanlogger.service
[Unit]
Description=Van logging

[Service]
User=pi
Group=pi
Type=simple
ExecStart=/home/pi/vanlogger/vanlogger.py
Restart=on-failure

[Install]
WantedBy=multi-user.target