fixed wrong env in service

This commit is contained in:
TheK0tYaRa 2026-02-24 15:26:07 +03:00
parent 4c780729e3
commit 55b6f2adac

View file

@ -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