Mercurial > ~darius > hgwebdir.cgi > vanlogger
annotate vanlogger.service @ 29:e86e839febca
Move epro logging into eprodbus.py
Index tstamp on tables
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 06 Dec 2021 10:48:02 +1030 |
parents | efe1954da8ca |
children |
rev | line source |
---|---|
22 | 1 # /lib/systemd/system/vanlogger.service |
2
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
2 [Unit] |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
3 Description=Van logging |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
4 |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
5 [Service] |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
6 User=pi |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
7 Group=pi |
22 | 8 Type=simple |
9 ExecStart=/home/pi/vanlogger/vanlogger.py | |
2
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
10 Restart=on-failure |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
11 |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
12 [Install] |
ae0025a7409c
Add systemd service file, copy to
Daniel O'Connor <darius@dons.net.au>
parents:
diff
changeset
|
13 WantedBy=multi-user.target |
22 | 14 |