view vanlogger.service @ 9:899bc9c22787

Tweak annotation to be out of the way
author Daniel O'Connor <darius@dons.net.au>
date Fri, 22 Dec 2017 13:11: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