set --process-name-prefix

This commit is contained in:
Devaev Maxim
2019-10-11 23:43:59 +03:00
parent f8a4f59e13
commit 74449c81ad
10 changed files with 15 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ RUN pacman -Syu --noconfirm \
libjpeg \
libevent \
libutil-linux \
libbsd \
python \
python-pip \
python-tox \

View File

@@ -20,4 +20,5 @@ kvmd:
- "--unix-rm"
- "--unix-mode=0666"
- "--exit-on-parent-death"
- "--process-name-prefix={process_name_prefix}"
- "--no-log-colors"