mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
ustreamer: using --exit-on-parent-death
This commit is contained in:
parent
4a44f4857c
commit
5dfd310ea3
2
PKGBUILD
2
PKGBUILD
@ -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")
|
||||
|
||||
@ -49,6 +49,7 @@ kvmd:
|
||||
- "--unix={unix}"
|
||||
- "--unix-rm"
|
||||
- "--unix-mode=0660"
|
||||
- "--exit-on-parent-death"
|
||||
- "--no-log-colors"
|
||||
|
||||
ipmi:
|
||||
|
||||
@ -43,6 +43,7 @@ kvmd:
|
||||
- "--unix={unix}"
|
||||
- "--unix-rm"
|
||||
- "--unix-mode=0660"
|
||||
- "--exit-on-parent-death"
|
||||
- "--no-log-colors"
|
||||
|
||||
ipmi:
|
||||
|
||||
@ -51,6 +51,7 @@ kvmd:
|
||||
- "--unix={unix}"
|
||||
- "--unix-rm"
|
||||
- "--unix-mode=0660"
|
||||
- "--exit-on-parent-death"
|
||||
- "--no-log-colors"
|
||||
|
||||
ipmi:
|
||||
|
||||
@ -48,6 +48,7 @@ kvmd:
|
||||
- "--unix={unix}"
|
||||
- "--unix-rm"
|
||||
- "--unix-mode=0660"
|
||||
- "--exit-on-parent-death"
|
||||
- "--no-log-colors"
|
||||
|
||||
ipmi:
|
||||
|
||||
@ -49,6 +49,7 @@ kvmd:
|
||||
- "--unix={unix}"
|
||||
- "--unix-rm"
|
||||
- "--unix-mode=0660"
|
||||
- "--exit-on-parent-death"
|
||||
- "--no-log-colors"
|
||||
|
||||
ipmi:
|
||||
|
||||
@ -19,4 +19,5 @@ kvmd:
|
||||
- "--unix={unix}"
|
||||
- "--unix-rm"
|
||||
- "--unix-mode=0666"
|
||||
- "--exit-on-parent-death"
|
||||
- "--no-log-colors"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user