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