13 lines
190 B
SYSTEMD
13 lines
190 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=LCDscreen service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/usr/bin/python /root/neo2lcdthree.py
|
||
|
|
WorkingDirectory=/root/
|
||
|
|
Restart=on-failure
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|
||
|
|
|