Mercurial > ~darius > hgwebdir.cgi > vanlogger
comparison vanlogger.service @ 23:efe1954da8ca
merge
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Sun, 22 Jul 2018 12:56:29 +0930 |
parents | 9e538d88816f 59cf68be7feb |
children |
comparison
equal
deleted
inserted
replaced
21:65be58857ed4 | 23:efe1954da8ca |
---|---|
1 # /lib/systemd/system/vanlogger.service | |
1 [Unit] | 2 [Unit] |
2 Description=Van logging | 3 Description=Van logging |
3 | 4 |
4 [Service] | 5 [Service] |
5 User=pi | 6 User=pi |
8 ExecStart=/home/pi/vanlogger/vanlogger.py | 9 ExecStart=/home/pi/vanlogger/vanlogger.py |
9 Restart=on-failure | 10 Restart=on-failure |
10 | 11 |
11 [Install] | 12 [Install] |
12 WantedBy=multi-user.target | 13 WantedBy=multi-user.target |
14 |