2021-07-01 20:23:06 +00:00
|
|
|
[Unit]
|
|
|
|
Description=RPI MQTT Controller
|
|
|
|
Wants=network.target
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2021-07-01 20:44:07 +00:00
|
|
|
ExecStart=/usr/bin/python3 home/pi/mqtt_pi_led-display/src/main.py 192.168.1.6 snappi2
|
2021-07-01 20:23:06 +00:00
|
|
|
Restart=on-failure
|
|
|
|
User=pi
|
|
|
|
Group=users
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|