Fix clobbering of systemd directory permissions
The current rules file clobbers permissions on the systemd installation directory, removing the execute bit from both files and directories alike. This can cause build failures in certain setups.
Restricting the find command to only files resolves the issue.