I2C_LCD_Driver.py-f3c9f4db/mystartupscript.service

13 lines
190 B
SYSTEMD
Raw Permalink Normal View History

2020-09-01 07:17:17 +00:00
[Unit]
Description=LCDscreen service
[Service]
Type=simple
ExecStart=/usr/bin/python /root/neo2lcdthree.py
WorkingDirectory=/root/
Restart=on-failure
[Install]
WantedBy=multi-user.target