/ Drive_a_16x2_LCD_with_the_Raspberry_Pi / lcd.service
lcd.service
1 [Unit] 2 Description=LCD date|time|ip 3 Requires=network-online.target 4 After=network-online.target 5 6 [Service] 7 ExecStart=/usr/bin/python3 Drive_a_16x2_LCD_with_the_Raspberry_Pi.py 8 WorkingDirectory=/home/pi 9 StandardOutput=inherit 10 StandardError=inherit 11 Restart=always 12 User=pi 13 14 [Install] 15 WantedBy=network-online.target