Skip to content
Snippets Groups Projects
Commit 157d4d95 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

config: disable ipc module by default and move it to the main instance

This is not part of the policy, it's something standalone that writes metadata

Needs to be disabled by default, since it's not built by default now
parent 86ffac19
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,6 @@ load_script("suspend-node.lua")
-- Automatically sets device profiles to 'On'
load_module("device-activation")
-- Listens for events comming from the wpipc library
--load_module("ipc", {["path"] = "wpipc"})
......@@ -27,9 +27,6 @@ function default_policy.enable()
-- API to access mixer controls, needed for volume ducking
load_module("mixer-api")
-- Listens for events comming from the wpipc library
load_module("ipc", {["path"] = "wpipc"})
-- Create sessions statically at startup
load_script("static-sessions.lua", default_policy.sessions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment