pulseaudio module: set cookie env variable if running in systen wide mode

This commit is contained in:
Jaka Hudoklin 2016-12-04 22:05:15 +01:00
parent ea412cd5a1
commit c5607ceec5
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,8 @@ in {
RestartSec = "500ms";
};
};
environment.variables.PULSE_COOKIE = "${stateDir}/.config/pulse/cookie";
})
];