ustreamer: using --exit-on-parent-death

This commit is contained in:
Devaev Maxim 2019-10-10 03:35:33 +03:00
parent 4a44f4857c
commit 5dfd310ea3
7 changed files with 7 additions and 1 deletions

View File

@ -44,7 +44,7 @@ depends=(
make
patch
raspberrypi-io-access
"ustreamer>=1.5"
"ustreamer>=1.6"
)
makedepends=(python-setuptools)
source=("$url/archive/v$pkgver.tar.gz")

View File

@ -49,6 +49,7 @@ kvmd:
- "--unix={unix}"
- "--unix-rm"
- "--unix-mode=0660"
- "--exit-on-parent-death"
- "--no-log-colors"
ipmi:

View File

@ -43,6 +43,7 @@ kvmd:
- "--unix={unix}"
- "--unix-rm"
- "--unix-mode=0660"
- "--exit-on-parent-death"
- "--no-log-colors"
ipmi:

View File

@ -51,6 +51,7 @@ kvmd:
- "--unix={unix}"
- "--unix-rm"
- "--unix-mode=0660"
- "--exit-on-parent-death"
- "--no-log-colors"
ipmi:

View File

@ -48,6 +48,7 @@ kvmd:
- "--unix={unix}"
- "--unix-rm"
- "--unix-mode=0660"
- "--exit-on-parent-death"
- "--no-log-colors"
ipmi:

View File

@ -49,6 +49,7 @@ kvmd:
- "--unix={unix}"
- "--unix-rm"
- "--unix-mode=0660"
- "--exit-on-parent-death"
- "--no-log-colors"
ipmi:

View File

@ -19,4 +19,5 @@ kvmd:
- "--unix={unix}"
- "--unix-rm"
- "--unix-mode=0666"
- "--exit-on-parent-death"
- "--no-log-colors"