Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
7cf4fd0d
Commit
7cf4fd0d
authored
1 year ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
main/mqtt-exec: fix init script - missing conf.d and command_background
Resolves
#15663
parent
a3e295ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/mqtt-exec/APKBUILD
+5
-4
5 additions, 4 deletions
main/mqtt-exec/APKBUILD
main/mqtt-exec/mqtt-exec.initd
+1
-0
1 addition, 0 deletions
main/mqtt-exec/mqtt-exec.initd
with
6 additions
and
4 deletions
main/mqtt-exec/APKBUILD
+
5
−
4
View file @
7cf4fd0d
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
mqtt-exec
pkgver
=
0.5
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"simple MQTT client that executes a command on messages"
url
=
"https://github.com/ncopa/mqtt-exec"
arch
=
"all"
...
...
@@ -20,12 +20,13 @@ build() {
package
()
{
install
-D
mqtt-exec
"
$pkgdir
"
/usr/bin/mqtt-exec
install
-Dm755
"
$srcdir
"
/mqtt-exec.initd
\
"
$pkgdir
"
/etc/init.d/mqtt-exec
install
-Dm755
"
$srcdir
"
/mqtt-exec.initd
"
$pkgdir
"
/etc/init.d/mqtt-exec
install
-Dm644
"
$srcdir
"
/mqtt-exec.confd
"
$pkgdir
"
/etc/conf.d/mqtt-exec
}
sha512sums
=
"
55746aabe17d47153c01549a65f0db9278a39dc642e355b8416e905934a3abe233eb0ad763ae8add08bf6c3ad8ccaa97e9bac4372c8af6fea522f6670378acd7 mqtt-exec-0.5.tar.gz
1e156a06872223cdcf607a3d5ee1f2603c887d83068cc57dddcd7d9e1fc44c2319bbf63befd394cedf7c105fabd2e2e9a493b7c0d7c6c30f5f485dcfa43ea6
60 mqtt-exec.initd
a5f918d9d874052211b8610c9686fde0b2641402c9be3aebd347083109d7457946d47dd99ebb4b765fddc264651a3182ed816a082add262d11c1a0157089ab
60 mqtt-exec.initd
f402e7a44d69a8fc09aa46a9922a68b21264281d69deeb61bdb8ec842b3f9c1ef8b7d83826997f9722c84f8ab15631dfdc55d9cfc416b3db1613c3ddcd53330e mqtt-exec.confd
"
This diff is collapsed.
Click to expand it.
main/mqtt-exec/mqtt-exec.initd
+
1
−
0
View file @
7cf4fd0d
...
...
@@ -5,6 +5,7 @@
:
${
mqtt_topics
:
=
"git/aports/
$git_branch
"
}
command
=
"/usr/bin/mqtt-exec"
command_background
=
"yes"
pidfile
=
"/run/
$RC_SVCNAME
/mqtt-exec.pid"
supervise_daemon_args
=
"--stdout /dev/null --stderr /dev/null"
...
...
This diff is collapsed.
Click to expand it.
Jakub Jirutka
@jirutka
mentioned in merge request
!58713 (closed)
·
1 year ago
mentioned in merge request
!58713 (closed)
mentioned in merge request !58713
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment