view vanlogger.service @ 25:f870f42e95e0

no need for tmux naymore
author Daniel O'Connor <darius@dons.net.au>
date Wed, 25 Sep 2019 21:35:23 +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