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
commit ae22e11459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}