diff options
author | Devaev Maxim <[email protected]> | 2019-05-10 14:36:28 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-05-10 14:36:28 +0300 |
commit | 18fa69b77973b5db970797edc1f627e67904606e (patch) | |
tree | a117ca5329ec841e47dab0771a818b49c3ff8f06 /testenv/main.yaml | |
parent | 03c3caa35eeef059c950874fb291d6ee78d55568 (diff) |
improved users/groups
Diffstat (limited to 'testenv/main.yaml')
-rw-r--r-- | testenv/main.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testenv/main.yaml b/testenv/main.yaml index 5647d62e..d562ce45 100644 --- a/testenv/main.yaml +++ b/testenv/main.yaml @@ -1,6 +1,6 @@ kvmd: server: - unix: /run/kvmd.sock + unix: /run/kvmd/kvmd.sock unix_rm: true unix_mode: 0666 @@ -26,7 +26,7 @@ kvmd: cap_pin: 17 conv_pin: 18 init_restart_after: 1 - unix: /run/ustreamer.sock + unix: /run/kvmd/ustreamer.sock cmd: - "/usr/bin/ustreamer" - "--device=/dev/kvmd-video" @@ -40,6 +40,6 @@ kvmd: ipmi: kvmd: - unix: /run/kvmd.sock + unix: /run/kvmd/kvmd.sock logging: !include logging.yaml |