mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
Explicitly make webrtc service depend on sfu service
This commit is contained in:
@@ -55,6 +55,7 @@ in
|
||||
|
||||
systemd.services.spacebar-webrtc = makeServerTsService {
|
||||
description = "Spacebar Server - WebRTC";
|
||||
requires = [ "spacebar-sfu.service" ];
|
||||
environment = builtins.mapAttrs (_: val: builtins.toString val) (
|
||||
{
|
||||
# things we set by default...
|
||||
|
||||
Reference in New Issue
Block a user