iwd: disable using ConfigurationDirectory

This commit is contained in:
Lukas Rusak 2020-03-20 13:22:52 -07:00
parent f3113569c1
commit 6d040783d0
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -32,6 +32,7 @@ post_makeinstall_target() {
-e 's|^\(ReadWritePaths=.*\)$|#\1|g' \
-e 's|^\(ProtectControlGroups=.*\)$|#\1|g' \
-e 's|^\(ProtectKernelModules=.*\)$|#\1|g' \
-e 's|^\(ConfigurationDirectory=.*\)$|#\1|g' \
-i $INSTALL/usr/lib/systemd/system/iwd.service
}