fixed wrong env in service
This commit is contained in:
parent
4c780729e3
commit
55b6f2adac
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
Environment="LIVEKIT_CONFIG=/etc/livekit/livekit.yaml"
|
Environment="LIVEKIT_CONFIG_FILE=/etc/livekit/livekit.yaml"
|
||||||
|
|
||||||
ExecStart=/usr/sbin/livekit
|
ExecStart=/usr/sbin/livekit --config $LIVEKIT_CONFIG_FILE
|
||||||
|
|
||||||
User=livekit
|
User=livekit
|
||||||
Group=livekit
|
Group=livekit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue