libpng: bump to version 1.6.23
[buildroot-gz.git] / package / mosquitto / mosquitto.service
blob2d1939d1c7944a28fb7f4d405a9cc48bf49887d1
1 [Unit]
2 Description=Mosquitto MQTT broker
4 [Service]
5 ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
6 ExecReload=/bin/kill -HUP $MAINPID
7 Restart=always
9 [Install]
10 WantedBy=multi-user.target