Merge pull request #4270 from lrusak/iwd-fix-service

iwd: disable using ConfigurationDirectory
This commit is contained in:
Christian Hewitt
2020-03-21 07:14:06 +04:00
committed by GitHub

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
}