mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
janus service fixes
This commit is contained in:
parent
f810a30dac
commit
c99ab9da9f
@ -10,10 +10,12 @@ Restart=always
|
||||
RestartSec=3
|
||||
AmbientCapabilities=CAP_NET_RAW
|
||||
LimitNOFILE=65536
|
||||
UMask=0117 # Crutch for UNIX socket perms
|
||||
|
||||
# Crutch for UNIX socket perms
|
||||
UMask=0117
|
||||
|
||||
ExecStart=/usr/bin/janus --disable-colors --plugins-folder=/usr/lib/ustreamer/janus --configs-folder=/etc/kvmd/janus
|
||||
TimeoutStopSec=5
|
||||
TimeoutStopSec=10
|
||||
KillMode=mixed
|
||||
|
||||
[Install]
|
||||
|
||||
@ -10,10 +10,12 @@ Restart=always
|
||||
RestartSec=3
|
||||
AmbientCapabilities=CAP_NET_RAW
|
||||
LimitNOFILE=65536
|
||||
UMask=0117 # Crutch for UNIX socket perms
|
||||
|
||||
# Crutch for UNIX socket perms
|
||||
UMask=0117
|
||||
|
||||
ExecStart=/usr/bin/kvmd-janus --run
|
||||
TimeoutStopSec=5
|
||||
TimeoutStopSec=10
|
||||
KillMode=mixed
|
||||
|
||||
[Install]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user