mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/mqtt-exec: keep exec_user for backwards compatibility
This commit is contained in:
parent
9f84059df5
commit
3166e03791
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mqtt-exec
|
||||
pkgver=0.4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="simple MQTT client that executes a command on messages"
|
||||
url="https://github.com/ncopa/mqtt-exec"
|
||||
arch="all"
|
||||
@ -32,4 +32,4 @@ package() {
|
||||
|
||||
sha512sums="1448b2dda0f27a5275c113331ea2bc073ec1740797c1bb5b472ee3e0fd4d3ef4bcdfa6dc42e7540ee154b291c3d70df89f0646899ebb1bfe585d1384797de5e7 mqtt-exec-0.4.tar.gz
|
||||
418058ecc05922df186d0dcbfeab7656977256a143f0346406598d1cf7331d3ba95a9b004bf3b6581be2e3cb2fbf5e69d7954b4c7ac488863f0318506c7f1c7c 0001-authentication-expose-authentication-with-credential.patch
|
||||
5cec760ebf79d7dc309d8ef57ab76c132dc7008dd5e972403ed2433487cd4b649f0c23a1a515d985258b57893907c0a5124728bcd8c611899c68c16bd5c9cb1c mqtt-exec.initd"
|
||||
7e0c461d5ed73fb8bac1da5f78bb7d8204f692fc3980ee916057c19c3673591d4143a71cc846f863566abfcc9ada22281bb690bc146e9ae37f43896248e5ed4a mqtt-exec.initd"
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
|
||||
: ${mqtt_broker:="msg.alpinelinux.org"}
|
||||
: ${mqtt_topics:="git/aports/$git_branch"}
|
||||
: ${command_user:=nobody}
|
||||
|
||||
command=/usr/bin/mqtt-exec
|
||||
command_user="${exec_user:-nobody}"
|
||||
pidfile=/run/$SVCNAME/mqtt-exec.pid
|
||||
supervisor=supervise-daemon
|
||||
supervise_daemon_args="--stdout /dev/null --stderr /dev/null"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user