blob: 9ec0427d1ca7cdfb62d2cbd9f24346b890abba52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description = print time and temperature to seven segment led.
After = network.target
[Service]
Type = simple
ExecStart = /usr/local/merlot/bin/timetemp.py
User = root
Group = root
Restart = on-failure
SyslogIdentifier = timeandtemp
RestartSec = 5
TimeoutStartSec = infinity
[Install]
WantedBy = multi-user.target
|