Skip to content

Commit

Permalink
add dependency on mosquitto.service to wait for UNIX socket file (#11)
Browse files Browse the repository at this point in the history
* add dependency on mosquitto.service to wait for UNIX socket file
* Jenkinsfile: switch back to buildDebArchAll pipeline
  • Loading branch information
webconn authored Nov 10, 2022
1 parent 5c192f9 commit 21977fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildDebSbuild defaultTargets: 'bullseye-host'
buildDebArchAll defaultDebianRelease: 'bullseye'
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-diag-collect (1.4.2) stable; urgency=medium

* add dependency on mosquitto.service to wait for UNIX socket file

-- Nikita Maslov <nikita.maslov@wirenboard.ru> Wed, 09 Nov 2022 19:38:56 +0600

wb-diag-collect (1.4.1) stable; urgency=medium

* fix config parsing error
Expand Down
3 changes: 1 addition & 2 deletions debian/wb-diag-collect.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[Unit]
Description=one-click diagnostic data collector for Wiren Board, generating archive with data
Wants=wb-hwconf-manager.service wb-modules.service
After=wb-hwconf-manager.service wb-modules.service
After=wb-hwconf-manager.service mosquitto.service

[Service]
Type=simple
Expand Down

0 comments on commit 21977fb

Please sign in to comment.