12 lines
251 B
Desktop File
12 lines
251 B
Desktop File
[Unit]
|
|
Description=MQTT Sender Service
|
|
After=mosquitto.service redis.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/python /root/www/resq/utils/mqtt_sender/mqtt_sender.py
|
|
StandardInput=tty-force
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|