mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #4270 from lrusak/iwd-fix-service
iwd: disable using ConfigurationDirectory
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user