SHA256
1
0
forked from pool/mosquitto

Accepting request 1160094 from home:dstoecker:branches:network:messaging:mqtt

- Add Reload action to service

Mosquitto reacts to HUP with a reload, so it should be used in the service file

OBS-URL: https://build.opensuse.org/request/show/1160094
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=67
This commit is contained in:
Martin Hauke 2024-03-24 20:04:02 +00:00 committed by Git OBS Bridge
parent 20f6c7306d
commit af05a6708b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 21 12:20:58 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>
- Add Reload action to service
-------------------------------------------------------------------
Sat Feb 3 19:15:47 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
@ -1668,4 +1673,3 @@ Fri May 1 22:06:15 UTC 2015 - mrueckert@suse.de
Fri May 1 20:34:01 UTC 2015 - mrueckert@suse.de
- initial package

View File

@ -20,6 +20,7 @@ Type=simple
User=mosquitto
Group=mosquitto
ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target