From 94afd519f3fce6e43cd25407f4b918f5535a671b Mon Sep 17 00:00:00 2001 From: Yusup <72071763+name-snrl@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:39:13 +0500 Subject: [PATCH] fix: give service access to fs (#93) --- wluma.service | 1 + 1 file changed, 1 insertion(+) diff --git a/wluma.service b/wluma.service index c212c2f..4bfb27b 100644 --- a/wluma.service +++ b/wluma.service @@ -8,6 +8,7 @@ ExecStart=/usr/bin/wluma Restart=always EnvironmentFile=-%E/wluma/service.conf PrivateNetwork=true +PrivateMounts=false [Install] WantedBy=graphical-session.target